List of usage examples for android.text TextWatcher interface-usage
From source file com.huawei.music.menu.PlaylistDialog.java
public class PlaylistDialog extends FragmentActivity implements TextWatcher, OnCancelListener, OnShowListener { private AlertDialog mPlaylistDialog; private String action;
From source file com.waz.zclient.newreg.fragments.OTRPhoneAddEmailFragment.java
public class OTRPhoneAddEmailFragment extends BaseFragment<OTRPhoneAddEmailFragment.Container> implements TextWatcher, View.OnClickListener { public static final String TAG = OTRPhoneAddEmailFragment.class.getName(); ////////////////////////////////////////////////////////////////////////////////////////// //
From source file net.frakbot.FWeather.activity.LocationChooserDialog.java
/** * Dialog that pops up when touching the Location preference. */ public class LocationChooserDialog extends SherlockFragmentActivity implements TextWatcher, LoaderManager.LoaderCallbacks<List<LocationSearchResult>> {
From source file com.waz.zclient.newreg.fragments.EmailRegisterFragment.java
public class EmailRegisterFragment extends BaseFragment<EmailRegisterFragment.Container> implements TextWatcher, View.OnClickListener { public static final String TAG = EmailRegisterFragment.class.getName(); private TypefaceEditText textViewName; private TypefaceEditText textViewEmail;
From source file com.paic.zhifu.wallet.activity.modules.creditpayment.RealNameSignUpApplyActivity.java
/**
* User interface about step one of applying for real name.
*
* @author Ma Xin
*
*/
From source file org.exfio.csyncdroid.syncadapter.FxAccountEnterCredentialsFragment.java
public class FxAccountEnterCredentialsFragment extends Fragment implements TextWatcher { String accountServerProtocol = ""; String tokenServerProtocol = ""; TextView textHttpWarning; EditText editAccountServerUrl, editTokenServerUrl, editUserName, editPassword;
From source file com.waz.zclient.newreg.fragments.OTREmailSignInFragment.java
public class OTREmailSignInFragment extends BaseFragment<OTREmailSignInFragment.Container> implements TextWatcher, View.OnClickListener { public static final String TAG = OTREmailSignInFragment.class.getName(); private static final String TET_EMAIL_VALUE_KEY = "email_value"; private static final String TET_PASSWORD_VALUE_KEY = "password_value";
From source file com.waz.zclient.newreg.fragments.EmailInvitationFragment.java
public class EmailInvitationFragment extends BaseFragment<EmailInvitationFragment.Container> implements TextWatcher, View.OnClickListener { public static final String TAG = EmailInvitationFragment.class.getName(); private static final String ARGS_INVITATION_NAME = "ARGS_INVITATION_NAME"; private static final String ARGS_INVITATION_EMAIL = "ARGS_INVITATION_EMAIL";
From source file com.z299studio.pb.ActionDialog.java
public class ActionDialog extends DialogFragment implements View.OnClickListener, AdapterView.OnItemSelectedListener, TextWatcher { public static final int REQ_CODE_FILE_SELECTION = 0x299; public interface ActionDialogListener {
From source file com.xandy.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";