List of usage examples for android.text TextWatcher interface-usage
From source file org.mariotaku.twidere.fragment.DMConversationFragment.java
public class DMConversationFragment extends BaseFragment implements LoaderCallbacks<Cursor>, OnItemClickListener, OnItemLongClickListener, OnMenuItemClickListener, TextWatcher, OnClickListener, Panes.Right { private ServiceInterface mService; private SharedPreferences mPreferences;
From source file com.waz.zclient.ui.cursor.CursorLayout.java
public class CursorLayout extends FrameLayout implements TextView.OnEditorActionListener, TextWatcher, CursorToolbar.Callback, EditMessageCursorToolbar.Callback { private static final long TOOLTIP_DURATION = 1500; private static List<CursorMenuItem> mainCursorItems = Arrays.asList(CursorMenuItem.VIDEO_MESSAGE, CursorMenuItem.CAMERA, CursorMenuItem.SKETCH, CursorMenuItem.GIF, CursorMenuItem.AUDIO_MESSAGE,
From source file com.cmput301w15t15.travelclaimsapp.activitys.EditExpenseActivity.java
public class EditExpenseActivity extends FragmentActivity implements TextWatcher { private Claim claim; private ClaimList claimList; private Expense expense; private ExpenseList expenseList; private static EditText expenseNameInput;
From source file org.thoughtcrime.securesms.scribbles.widget.MotionView.java
public class MotionView extends FrameLayout implements TextWatcher { private static final String TAG = MotionView.class.getSimpleName(); public interface Constants { float SELECTED_LAYER_ALPHA = 0.15F;
From source file com.letsgood.sampleapp.ChatActivity.java
/** * Created by Letsgood.com - Pavel Stambrecht on 11. 3. 2015. */ public class ChatActivity extends ActionBarActivity implements TextWatcher, View.OnKeyListener { private Button sendButton = null;
From source file com.appsimobile.appsii.module.home.YahooLocationChooserDialogFragment.java
/** * Dialog fragment that pops up when touching the preference. */ public class YahooLocationChooserDialogFragment extends DialogFragment implements TextWatcher, Handler.Callback, LoaderManager.LoaderCallbacks<CircularArray<YahooWeatherApiClient.LocationSearchResult>>, View.OnClickListener {
From source file nl.sogeti.android.gpstracker.actions.NameTrack.java
/**
* Empty Activity that pops up the dialog to name the track
*
* @version $Id: NameTrack.java 1132 2011-10-09 18:52:59Z rcgroot $
* @author rene (c) Jul 27, 2010, Sogeti B.V.
*/
From source file com.jaredrummler.android.colorpicker.ColorPickerDialog.java
/**
* <p>A dialog to pick a color.</p>
*
* <p>The {@link Activity activity} that shows this dialog should implement {@link ColorPickerDialogListener}</p>
*
* <p>Example usage:</p>
From source file com.cmput301w15t15.travelclaimsapp.activitys.EditClaimActivity.java
/** * Activity that handles claim editing. */ public class EditClaimActivity extends FragmentActivity implements TextWatcher { private static ListView destListView;
From source file org.cocos2dx.lib.TextInputWraper.java
class TextInputWraper implements TextWatcher, OnEditorActionListener { private static final Boolean debug = false; private void LogD(String msg) { if (debug)