// 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.widget.AbsListView; // Referenced classes of package com.oliodevices.assist.app.fragments: // ConfigWatchFragment class val.position implements Runnable { final is._cls0 this$1; final int val$position; final AbsListView val$view; public void run() { val$view.setOnScrollListener(null); val$view.smoothScrollToPositionFromTop(val$position, ConfigWatchFragment.access$800(_fld0), 200); } is._cls0() { this$1 = final__pcls0; val$view = abslistview; val$position = I.this; super(); } // Unreferenced inner class com/oliodevices/assist/app/fragments/ConfigWatchFragment$6 /* anonymous class */ class ConfigWatchFragment._cls6 implements android.widget.AbsListView.OnScrollListener { final ConfigWatchFragment this$0; public void onScroll(AbsListView abslistview, int i, int j, int k) { } public void onScrollStateChanged(final AbsListView view, int i) { if (i == 0) { view.post((view.getFirstVisiblePosition() + 1). new ConfigWatchFragment._cls6._cls1()); } } { this$0 = ConfigWatchFragment.this; super(); } } }