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