// 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.support.v4.app.FragmentActivity; import android.view.View; import com.olio.data.object.unit.ui.TimeZone; import com.olio.data.object.unit.ui.TimeZones; import java.util.List; // Referenced classes of package com.oliodevices.assist.app.fragments: // ConfigWatchFragment class this._cls0 implements com.jmedeisis.draglinearlayout.SwapListener { final ConfigWatchFragment this$0; public void onSwap(View view, int i, View view1, int j) { if (i == j) { return; } else { view = ConfigWatchFragment.access$1100(ConfigWatchFragment.this).getTimeZones(); view.add(j, (TimeZone)view.remove(i)); ConfigWatchFragment.access$1100(ConfigWatchFragment.this).save(getActivity().getContentResolver()); return; } } stener() { this$0 = ConfigWatchFragment.this; super(); } }