// 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.Animator; import android.animation.AnimatorListenerAdapter; import android.graphics.drawable.Drawable; // Referenced classes of package com.jmedeisis.draglinearlayout: // DragLinearLayout class this._cls0 extends AnimatorListenerAdapter { final DragLinearLayout this$0; public void onAnimationEnd(Animator animator) { if (!agItem.access._mth200(DragLinearLayout.access$600(DragLinearLayout.this))) { return; } agItem.access._mth302(DragLinearLayout.access$600(DragLinearLayout.this), null); DragLinearLayout.access$600(DragLinearLayout.this).stopDetecting(); if (DragLinearLayout.access$700(DragLinearLayout.this) != null) { DragLinearLayout.access$700(DragLinearLayout.this).setAlpha(255); } DragLinearLayout.access$800(DragLinearLayout.this).setAlpha(255); } public void onAnimationStart(Animator animator) { DragLinearLayout.access$600(DragLinearLayout.this).onDragStop(); } agItem() { this$0 = DragLinearLayout.this; super(); } }