// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.oliodevices.assist.app.fragments; import android.animation.Animator; import android.animation.AnimatorListenerAdapter; import android.support.v4.app.FragmentActivity; import android.view.View; import android.view.ViewGroup; import android.view.ViewPropertyAnimator; import com.jmedeisis.draglinearlayout.DragLinearLayout; import com.olio.data.object.unit.ui.TimeZone; import com.olio.data.object.unit.ui.TimeZones; import java.util.List; // Referenced classes of package com.oliodevices.assist.app.fragments: // ConfigWatchFragment class this._cls1 extends AnimatorListenerAdapter { final tivity this$1; public void onAnimationEnd(Animator animator) { ((DragLinearLayout)parent).removeDragView(itemView); ConfigWatchFragment.access$1100(_fld0).getTimeZones().remove(item); ConfigWatchFragment.access$1100(_fld0).save(getActivity().getContentResolver()); } l.item() { this$1 = this._cls1.this; super(); } // Unreferenced inner class com/oliodevices/assist/app/fragments/ConfigWatchFragment$33 /* anonymous class */ class ConfigWatchFragment._cls33 implements android.view.View.OnClickListener { final ConfigWatchFragment this$0; final TimeZone val$item; final View val$itemView; final ViewGroup val$parent; public void onClick(View view) { view = new ConfigWatchFragment._cls33._cls1(); itemView.animate().translationX(-mTimeZoneList.getWidth()).setListener(view).start(); } { this$0 = final_configwatchfragment; parent = viewgroup; itemView = view; item = TimeZone.this; super(); } } }