/development/samples/ApiDemos/src/com/example/android/apis/view/ |
PopupMenu1.java | 24 import android.widget.Toast; 45 Toast.makeText(PopupMenu1.this, "Clicked popup menu item " + item.getTitle(), 46 Toast.LENGTH_SHORT).show();
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/ |
ClearPictureApprovalsDialogFragment.java | 25 import android.widget.Toast; 63 Toast.makeText(getActivity(), R.string.sender_whitelist_cleared, Toast.LENGTH_SHORT)
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/ |
ClearUserDictionaryDialogPreferenceEN.java | 22 import android.widget.Toast; 62 Toast.makeText(mContext.getApplicationContext(), R.string.dialog_clear_user_dictionary_done, 63 Toast.LENGTH_LONG).show();
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
ClearLearnDictionaryDialogPreferenceJAJP.java | 22 import android.widget.Toast; 62 Toast.makeText(mContext.getApplicationContext(), R.string.dialog_clear_learning_dictionary_done, 63 Toast.LENGTH_LONG).show();
|
ClearUserDictionaryDialogPreferenceJAJP.java | 22 import android.widget.Toast; 62 Toast.makeText(mContext.getApplicationContext(), R.string.dialog_clear_user_dictionary_done, 63 Toast.LENGTH_LONG).show();
|
/development/samples/Support4Demos/src/com/example/android/supportv4/content/ |
SimpleWakefulController.java | 28 import android.widget.Toast; 33 Toast mToast; 70 mToast = Toast.makeText(SimpleWakefulController.this, R.string.simple_wakeful_scheduled, 71 Toast.LENGTH_LONG);
|
/external/replicaisland/res/drawable/ |
custom_toast_border.xml | 2 <!-- Thanks to http://hustleplay.wordpress.com/2009/07/23/replicating-default-android-toast/ ! -->
|
/external/chromium_org/ui/message_center/views/ |
message_popup_collection.cc | 38 // Timeout between the last user-initiated close of the toast and the moment 39 // when normal layout/update of the toast stack continues. If the last toast was 205 ToastContentsView* toast = local 208 toast->SetContents(view, /*a11y_feedback_for_updates=*/false); 209 toasts_.push_back(toast); 210 view->set_controller(toast); 212 gfx::Size preferred_size = toast->GetPreferredSize(); 214 // The toast slides in from the edge of the screen horizontally. 222 toast->RevealWithAnimation(origin) 273 ToastContentsView* toast = toasts_.front(); local [all...] |
toast_contents_view.h | 41 // Computes the size of a toast assuming it will host the given view. 48 // Sets the inner view of the toast. If it has contents already, 53 // Shows the new toast for the first time, animated. 54 // |origin| is the right-bottom corner of the toast. 57 // Disconnectes the toast from the rest of the system immediately and start 109 // Immediately moves the toast without any sort of delay or animation. 112 // Given the bounds of a toast on the screen, compute the bouds for that 113 // toast in 'closed' state. The 'closed' state is used as origin/destination
|
/packages/apps/VideoEditor/res/values/ |
strings.xml | 84 <!-- Toast message used when a video clip needs to be downloaded before it can be used --> 86 <!-- Toast message used when an image needs to be downloaded before it can be used --> 119 <!-- Error message displayed in a toast if a project cannot be created because the storage is not accessible. --> 121 <!-- Error message displayed in a toast if a project cannot be created. --> 123 <!-- Error message displayed in a toast if a project cannot be loaded. --> 125 <!-- Error message displayed in a toast if the aspect ratio cannot be changed. --> 127 <!-- Error message displayed in a toast if a theme cannot be applied. --> 129 <!-- Error message displayed in a toast if a movie cannot be applied. --> 131 <!-- Error message displayed in a toast if a project cannot be saved. --> 133 <!-- Error message displayed in a toast if an error had occurred while releasing the project. -- [all...] |
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/ |
BackupRestoreConfirmation.java | 36 import android.widget.Toast; 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() [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
ConnectionAccessServerActivity.java | 38 import android.widget.Toast; 143 Toast.makeText(this, R.string.bt_listening, Toast.LENGTH_SHORT).show(); 149 String toast = msg.getData().getString(BluetoothChatService.TOAST); local 150 Toast.makeText(this, toast, Toast.LENGTH_LONG).show();
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlarmController.java | 32 import android.widget.Toast; 67 Toast mToast; 108 mToast = Toast.makeText(AlarmController.this, R.string.one_shot_scheduled, 109 Toast.LENGTH_LONG); 140 mToast = Toast.makeText(AlarmController.this, R.string.repeating_scheduled, 141 Toast.LENGTH_LONG); 162 mToast = Toast.makeText(AlarmController.this, R.string.repeating_unscheduled, 163 Toast.LENGTH_LONG);
|
MenuInflateFromXml.java | 32 import android.widget.Toast; 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(); 169 // Don't toast text when a submenu is clicked 171 Toast.makeText(this, item.getTitle(), Toast.LENGTH_SHORT).show();
|
/external/chromium/chrome/browser/ui/cocoa/notifications/ |
balloon_view_host_mac.h | 16 // the contents of the toast into it. It also handles links within the toast,
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
throbber_view.h | 23 // - Toast: Draws an image animating down to the bottom and then another image 35 // Creates a toast view with |frame| and specified images.
|
/external/chromium/chrome/browser/ui/gtk/notifications/ |
balloon_view_host_gtk.h | 16 // the contents of the toast into it. It also handles links within the toast,
|
/external/chromium/chrome/browser/ui/views/notifications/ |
balloon_view_host.h | 14 // the contents of the toast into it. It also handles links within the toast,
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
throbber_view.h | 20 // - Toast: Draws an image animating down to the bottom and then another image 32 // Creates a toast view with |frame| and specified images.
|
/external/chromium_org/chrome/browser/ui/views/notifications/ |
balloon_view_host.h | 13 // the contents of the toast into it. It also handles links within the toast,
|
/libcore/luni/src/test/resources/ |
simple.xml | 23 <name>French Toast</name> 31 <description>two eggs, bacon or sausage, toast, and our ever-popular hash browns</description>
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ActionableToastBar.java | 42 /** How long toast will last in ms */ 91 * Displays the toast bar and makes it visible. Allows the setting of 101 * @param descriptionText a description text to show in the toast bar 104 * @param replaceVisibleToast if true, this toast should replace any currently visible toast. 105 * Otherwise, skip showing this toast. 106 * @param op the operation that corresponds to the specific toast being shown 147 // Set up runnable to execute hide toast once delay is completed
|
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
BluetoothChat.java | 41 import android.widget.Toast; 60 public static final String TOAST = "toast"; 97 Toast.makeText(this, "Bluetooth is not available", Toast.LENGTH_LONG).show(); 203 Toast.makeText(this, R.string.not_connected, Toast.LENGTH_SHORT).show(); 279 Toast.makeText(getApplicationContext(), "Connected to " 280 + mConnectedDeviceName, Toast.LENGTH_SHORT).show(); 283 Toast.makeText(getApplicationContext(), msg.getData().getString(TOAST) [all...] |
/developers/build/prebuilts/gradle/BorderlessButtons/BorderlessButtonsSample/src/main/java/com/example/android/borderlessbuttons/ |
MainActivity.java | 29 import android.widget.Toast; 92 Toast.makeText(MainActivity.this, 94 Toast.LENGTH_SHORT).show(); 102 Toast.makeText(MainActivity.this, 104 Toast.LENGTH_SHORT).show();
|
/developers/samples/android/ui/holo/BorderlessButtons/BorderlessButtonsSample/src/main/java/com/example/android/borderlessbuttons/ |
MainActivity.java | 29 import android.widget.Toast; 92 Toast.makeText(MainActivity.this, 94 Toast.LENGTH_SHORT).show(); 102 Toast.makeText(MainActivity.this, 104 Toast.LENGTH_SHORT).show();
|