// 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.view.View; import android.view.ViewGroup; import android.view.ViewPropertyAnimator; import java.lang.ref.WeakReference; // Referenced classes of package com.oliodevices.assist.app.fragments: // PersonalInfoFragment class val.weakRef implements android.view.agment.ItemViewHolder._cls3 { final ot this$0; final WeakReference val$weakRef; public void onClick(View view) { view = (val.weakRef)val$weakRef.get(); if (view == null) { return; } else { AnimatorListenerAdapter animatorlisteneradapter = new AnimatorListenerAdapter() { final PersonalInfoFragment.ItemViewHolder._cls3 this$1; public void onAnimationEnd(Animator animator) { animator = (PersonalInfoFragment.ItemViewHolder)weakRef.get(); if (animator == null) { return; } else { ((ViewGroup)((PersonalInfoFragment.ItemViewHolder) (animator)).root.getParent()).removeView(((PersonalInfoFragment.ItemViewHolder) (animator)).root); animator.removeFromModel(); return; } } { this$1 = PersonalInfoFragment.ItemViewHolder._cls3.this; super(); } }; ((moveFromModel) (view)).ot.animate().translationX(-((ot) (view)).ot.getWidth()).setListener(animatorlisteneradapter).start(); return; } } _cls1.this._cls1() { this$0 = final__pcls1; val$weakRef = WeakReference.this; super(); } }