// 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 val.item implements android.view..ConfigWatchFragment._cls33 { final ConfigWatchFragment this$0; final TimeZone val$item; final View val$itemView; final ViewGroup val$parent; public void onClick(View view) { view = new AnimatorListenerAdapter() { final ConfigWatchFragment._cls33 this$1; public void onAnimationEnd(Animator animator) { ((DragLinearLayout)parent).removeDragView(itemView); ConfigWatchFragment.access$1100(this$0).getTimeZones().remove(item); ConfigWatchFragment.access$1100(this$0).save(getActivity().getContentResolver()); } { this$1 = ConfigWatchFragment._cls33.this; super(); } }; val$itemView.animate().translationX(-mTimeZoneList.getWidth()).setListener(view).start(); } _cls1.this._cls1() { this$0 = final_configwatchfragment; val$parent = viewgroup; val$itemView = view; val$item = TimeZone.this; super(); } }