// 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 this._cls0 implements android.widget.stener { 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(new Runnable() { final ConfigWatchFragment._cls6 this$1; final int val$position; final AbsListView val$view; public void run() { view.setOnScrollListener(null); view.smoothScrollToPositionFromTop(position, ConfigWatchFragment.access$800(this$0), 200); } { this$1 = ConfigWatchFragment._cls6.this; view = abslistview; position = i; super(); } }); } } _cls1.val.position() { this$0 = ConfigWatchFragment.this; super(); } }