// 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.text.Editable; import android.text.TextWatcher; import android.widget.ImageView; // Referenced classes of package com.oliodevices.assist.app.fragments: // AddTimeZoneFragment class this._cls0 implements TextWatcher { final AddTimeZoneFragment this$0; public void afterTextChanged(Editable editable) { ImageView imageview = mInputIcon; int i; if (editable.length() == 0) { i = 0; } else { i = 1; } imageview.setImageLevel(i); } public void beforeTextChanged(CharSequence charsequence, int i, int j, int k) { } public void onTextChanged(CharSequence charsequence, int i, int j, int k) { } () { this$0 = AddTimeZoneFragment.this; super(); } }