// 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.ViewPropertyAnimator; // Referenced classes of package com.oliodevices.assist.app.fragments: // RuleEditorFragment class val.viewsToShow extends AnimatorListenerAdapter { final RuleEditorFragment this$0; final View val$viewToHide; final View val$viewsToShow[]; public void onAnimationEnd(Animator animator) { val$viewToHide.setVisibility(8); animator = val$viewsToShow; int j = animator.length; for (int i = 0; i < j; i++) { animator[i].animate().alpha(1.0F).setDuration(400L).setListener(null); } } () { this$0 = final_ruleeditorfragment; val$viewToHide = view; val$viewsToShow = _5B_Landroid.view.View_3B_.this; super(); } }