// 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.ListView; import com.olio.data.object.unit.ui.TimeSkew; import com.olio.olios.model.loaders.OnUpdate; // Referenced classes of package com.oliodevices.assist.app.fragments: // ConfigWatchFragment class this._cls0 implements OnUpdate { final ConfigWatchFragment this$0; public void onUpdate(TimeSkew timeskew) { if (timeskew != null) { ConfigWatchFragment.access$2102(ConfigWatchFragment.this, timeskew); if (timeskew.getTimeSkew() != ConfigWatchFragment.access$2200(ConfigWatchFragment.this, mOffsetMinutes)) { mOffsetMinutes.setSelectionFromTop(60 - ConfigWatchFragment.access$2100(ConfigWatchFragment.this).getTimeSkew(), ConfigWatchFragment.access$800(ConfigWatchFragment.this)); ConfigWatchFragment.access$2300(ConfigWatchFragment.this); return; } } } public volatile void onUpdate(Object obj) { onUpdate((TimeSkew)obj); } A() { this$0 = ConfigWatchFragment.this; super(); } }