Example usage for android.text TextWatcher interface-usage

List of usage examples for android.text TextWatcher interface-usage

Introduction

In this page you can find the example usage for android.text TextWatcher interface-usage.

Usage

From source file com.fusionx.lightirc.ui.ChannelFragment.java

public final class ChannelFragment extends IRCFragment<ChannelEvent>
        implements PopupMenu.OnMenuItemClickListener, PopupMenu.OnDismissListener, TextWatcher {

    public static final ImmutableList<? extends Class<? extends ChannelEvent>> sClasses = ImmutableList
            .of(NameEvent.class);

From source file com.android.calendar.event.CreateEventDialogFragment.java

/**
 * Allows the user to quickly create a new all-day event from the calendar's month view.
 */
public class CreateEventDialogFragment extends DialogFragment implements TextWatcher {

    private static final String TAG = "CreateEventDialogFragment";

From source file odoo.controls.SearchableItemActivity.java

public class SearchableItemActivity extends ActionBarActivity implements AdapterView.OnItemClickListener,
        TextWatcher, View.OnClickListener, OListAdapter.OnSearchChange, IOnQuickRecordCreateListener {
    public static final String TAG = SearchableItemActivity.class.getSimpleName();

    private EditText edt_searchable_input;
    private ListView mList = null;

From source file com.zion.htf.ui.DonateActivity.java

public class DonateActivity extends ActionBarActivity implements SeekBar.OnSeekBarChangeListener, TextWatcher {
    private final static String PAYPAL_CLIENT_ID = BuildConfig.DEBUG
            ? Application.getContext().getString(R.string.paypal_client_id_sandbox)
            : Application.getContext().getString(R.string.papyal_client_id_production);
    private final static String PAYPAL_ENVIRONMENT = BuildConfig.DEBUG ? PaymentActivity.ENVIRONMENT_SANDBOX
            : PaymentActivity.ENVIRONMENT_LIVE;

From source file info.xuluan.podcast.SearchActivity.java

public class SearchActivity extends PodcastBaseActivity implements TextWatcher, PodcastTab {

    private final Log log = Log.getLog(getClass());
    private ProgressDialog progress = null;

    EditText mEditText;

From source file org.chromium.chrome.browser.autofill.CardUnmaskPrompt.java

/**
 * A prompt that bugs users to enter their CVC when unmasking a Wallet instrument (credit card).
 */
public class CardUnmaskPrompt implements DialogInterface.OnDismissListener, TextWatcher, OnClickListener {
    private static CardUnmaskObserverForTest sObserverForTest;

From source file com.waz.zclient.newreg.fragments.EmailAddPhoneFragment.java

public class EmailAddPhoneFragment extends BaseFragment<EmailAddPhoneFragment.Container>
        implements TextWatcher, CountryController.Observer, View.OnClickListener {
    public static final String TAG = EmailAddPhoneFragment.class.getName();

    private static final String[] GET_PHONE_NUMBER_PERMISSIONS = new String[] {
            Manifest.permission.READ_PHONE_STATE };

From source file th.in.ffc.person.PersonListFragment.java

/**
 * add description here! please
 *
 * @author Piruin Panichphol
 * @version 1.0
 * @since Family Folder Collector 2.0

From source file th.in.ffc.app.FFCSearchListDialog.java

/**
 * add description here!
 *
 * @author Piruin Panichphol
 * @version 1.0
 * @since 1.0

From source file org.mklab.mikity.android.SettingsFragment.java

/**
 * NavigationDrawer???????
 * 
 * @author soda
 * @version $Revision$, 2015/01/16
 */