// 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.ragment.VipViewHolder._cls2 { final ot this$1; 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.VipViewHolder._cls2 this$2; public void onAnimationEnd(Animator animator) { animator = (PersonalInfoFragment.VipViewHolder)weakRef.get(); if (animator == null) { return; } else { ((ViewGroup)((PersonalInfoFragment.VipViewHolder) (animator)).root.getParent()).removeView(((PersonalInfoFragment.VipViewHolder) (animator)).root); animator.removeFromModel(); return; } } { this$2 = PersonalInfoFragment.VipViewHolder._cls2.this; super(); } }; ((moveFromModel) (view)).ot.animate().translationX(-((ot) (view)).ot.getWidth()).setListener(animatorlisteneradapter).start(); return; } } _cls1.this._cls2() { this$1 = final__pcls2; val$weakRef = WeakReference.this; super(); } }