// 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; // Referenced classes of package com.jmedeisis.draglinearlayout: // DragLinearLayout private class { private ValueAnimator swapAnimation; final DragLinearLayout this$0; public void cancelExistingAnimation() { if (swapAnimation != null) { swapAnimation.cancel(); } } public void endExistingAnimation() { if (swapAnimation != null) { swapAnimation.end(); } } /* static ValueAnimator access$1502( , ValueAnimator valueanimator) { .swapAnimation = valueanimator; return valueanimator; } */ private swapAnimation() { this$0 = DragLinearLayout.this; super(); } this._cls0(this._cls0 _pcls0) { this(); } }