// 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 this._cls2 extends AnimatorListenerAdapter { final veFromModel this$2; public void onAnimationEnd(Animator animator) { animator = (this._cls2)weakRef.get(); if (animator == null) { return; } else { ((ViewGroup)((l.weakRef) (animator))..getParent()).removeView((() (animator)).); animator.veFromModel(); return; } } l.weakRef() { this$2 = this._cls2.this; super(); } // Unreferenced inner class com/oliodevices/assist/app/fragments/PersonalInfoFragment$VipViewHolder$2 /* anonymous class */ class PersonalInfoFragment.VipViewHolder._cls2 implements android.view.View.OnClickListener { final PersonalInfoFragment.VipViewHolder this$1; final WeakReference val$weakRef; public void onClick(View view) { view = (PersonalInfoFragment.VipViewHolder)weakRef.get(); if (view == null) { return; } else { PersonalInfoFragment.VipViewHolder._cls2._cls1 _lcls1 = new PersonalInfoFragment.VipViewHolder._cls2._cls1(); ((PersonalInfoFragment.VipViewHolder) (view)).root.animate().translationX(-((PersonalInfoFragment.VipViewHolder) (view)).root.getWidth()).setListener(_lcls1).start(); return; } } { this$1 = final_vipviewholder; weakRef = WeakReference.this; super(); } } }