// 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.viewToShow extends AnimatorListenerAdapter { final RuleEditorFragment this$0; final View val$view; final View val$viewToShow; public void onAnimationEnd(Animator animator) { val$view.setVisibility(8); val$viewToShow.setAlpha(0.0F); val$viewToShow.setVisibility(0); val$viewToShow.animate().alpha(1.0F).setDuration(400L).setListener(null); } () { this$0 = final_ruleeditorfragment; val$view = view1; val$viewToShow = View.this; super(); } }