// 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.jmedeisis.draglinearlayout; import android.animation.ValueAnimator; import android.graphics.drawable.Drawable; // Referenced classes of package com.jmedeisis.draglinearlayout: // DragLinearLayout class this._cls0 implements android.animation.torUpdateListener { final DragLinearLayout this$0; public void onAnimationUpdate(ValueAnimator valueanimator) { if (!agItem.access._mth200(DragLinearLayout.access$600(DragLinearLayout.this))) { return; } DragLinearLayout.access$600(DragLinearLayout.this).setTotalOffset(((Float)valueanimator.getAnimatedValue()).intValue()); int i = (int)((1.0F - valueanimator.getAnimatedFraction()) * 255F); if (DragLinearLayout.access$700(DragLinearLayout.this) != null) { DragLinearLayout.access$700(DragLinearLayout.this).setAlpha(i); } DragLinearLayout.access$800(DragLinearLayout.this).setAlpha(i); invalidate(); } agItem() { this$0 = DragLinearLayout.this; super(); } }