// 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.util.Log; import android.view.ViewTreeObserver; // Referenced classes of package com.jmedeisis.draglinearlayout: // DragLinearLayout class val.observer implements android.view.PreDrawListener { final DragLinearLayout this$0; final ViewTreeObserver val$observer; public boolean onPreDraw() { val$observer.removeOnPreDrawListener(this); DragLinearLayout.access$600(DragLinearLayout.this).updateTargetTop(); if (DragLinearLayout.access$600(DragLinearLayout.this).settling()) { Log.d(DragLinearLayout.access$1600(), "Updating settle animation"); agItem.access._mth300(DragLinearLayout.access$600(DragLinearLayout.this)).removeAllListeners(); agItem.access._mth300(DragLinearLayout.access$600(DragLinearLayout.this)).cancel(); DragLinearLayout.access$1700(DragLinearLayout.this); } return true; } agItem() { this$0 = final_draglinearlayout; val$observer = ViewTreeObserver.this; super(); } }