HomeSort by relevance Sort by last modified time
    Searched full:maketext (Results 26 - 50 of 287) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/app/
AppUpdateReceiver.java 32 Toast.makeText(context, R.string.app_update_received, Toast.LENGTH_SHORT).show();
OneShotAlarm.java 39 Toast.makeText(context, R.string.one_shot_received, Toast.LENGTH_SHORT).show();
RepeatingAlarm.java 37 Toast.makeText(context, R.string.repeating_received, Toast.LENGTH_SHORT).show();
ActionBarUsage.java 68 Toast.makeText(this, "Selected Item: " + item.getTitle(), Toast.LENGTH_SHORT).show();
90 Toast.makeText(this, "Searching for: " + query + "...", Toast.LENGTH_SHORT).show();
AlarmController.java 108 mToast = Toast.makeText(AlarmController.this, R.string.one_shot_scheduled,
140 mToast = Toast.makeText(AlarmController.this, R.string.repeating_scheduled,
162 mToast = Toast.makeText(AlarmController.this, R.string.repeating_unscheduled,
MenuInflateFromXml.java 145 Toast.makeText(this, "Jump up in the air!", Toast.LENGTH_SHORT).show();
150 Toast.makeText(this, "Dive into the water!", Toast.LENGTH_SHORT).show();
171 Toast.makeText(this, item.getTitle(), Toast.LENGTH_SHORT).show();
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Switches.java 45 Toast.makeText(this, "Monitored switch is " + (isChecked ? "on" : "off"),
Gallery1.java 53 Toast.makeText(Gallery1.this, "" + position, Toast.LENGTH_SHORT).show();
69 Toast.makeText(this, "Longpress: " + info.position, Toast.LENGTH_SHORT).show();
PopupMenu1.java 45 Toast.makeText(PopupMenu1.this, "Clicked popup menu item " + item.getTitle(),
  /packages/apps/Camera/src/com/android/camera/
OnScreenHint.java 103 public static OnScreenHint makeText(Context context, CharSequence text) {
120 * of the makeText() methods.
126 + "created with OnScreenHint.makeText()");
131 + "created with OnScreenHint.makeText()");
  /packages/apps/LegacyCamera/src/com/android/camera/
OnScreenHint.java 106 public static OnScreenHint makeText(Context context, CharSequence text) {
123 * of the makeText() methods.
129 + "created with OnScreenHint.makeText()");
134 + "created with OnScreenHint.makeText()");
  /frameworks/base/docs/html/guide/topics/ui/notifiers/
toasts.jd 50 object with one of the {@link android.widget.Toast#makeText(Context,int,int) makeText()} methods.
61 Toast toast = Toast.makeText(context, text, duration);
71 <pre>Toast.makeText(context, text, duration).show();</pre>
161 {@link android.widget.Toast#makeText(Context,int,int)} to create the Toast.</p>
  /frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
BackupRestoreConfirmation.java 89 Toast.makeText(mContext, R.string.toast_backup_started, Toast.LENGTH_LONG).show();
100 Toast.makeText(mContext, R.string.toast_backup_ended, Toast.LENGTH_LONG).show();
106 Toast.makeText(mContext, R.string.toast_restore_started, Toast.LENGTH_LONG).show();
117 Toast.makeText(mContext, R.string.toast_restore_ended, Toast.LENGTH_SHORT).show();
123 Toast.makeText(mContext, R.string.toast_timeout, Toast.LENGTH_LONG).show();
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBench.java 107 Toast.makeText(getApplicationContext(),
123 Toast.makeText(getApplicationContext(),
  /development/samples/ApiDemos/src/com/example/android/apis/media/
VideoViewDemo.java 43 Toast.makeText(
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NewsArticle.java 47 sb.append("<p>").append(ngen.makeText(SENTENCES_PER_PARAGRAPH)).append("</p>");
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/
LoadScreennailTask.java 64 Toast.makeText(context, R.string.loading_failure, Toast.LENGTH_SHORT).show();
  /packages/apps/Contacts/src/com/android/contacts/util/
ClipboardUtils.java 51 Toast.makeText(context, toastText, Toast.LENGTH_SHORT).show();
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetClickHandler.java 56 Toast.makeText(this,
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
LoadScreennailTask.java 66 Toast toast = Toast.makeText(context, R.string.loading_failure, Toast.LENGTH_SHORT);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ImportCompleteListener.java 43 Toast.makeText(mActivity.getAndroidContext(), message, Toast.LENGTH_LONG).show();
  /packages/inputmethods/LatinIME/tools/maketext/src/com/android/inputmethod/latin/maketext/
LabelText.java 17 package com.android.inputmethod.latin.maketext;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
ClearUserDictionaryDialogPreferenceEN.java 62 Toast.makeText(mContext.getApplicationContext(), R.string.dialog_clear_user_dictionary_done,
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
ClearLearnDictionaryDialogPreferenceJAJP.java 62 Toast.makeText(mContext.getApplicationContext(), R.string.dialog_clear_learning_dictionary_done,
ClearUserDictionaryDialogPreferenceJAJP.java 62 Toast.makeText(mContext.getApplicationContext(), R.string.dialog_clear_user_dictionary_done,

Completed in 535 milliseconds

12 3 4 5 6 7 8 91011>>