/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
MessageHeaderView.java | 47 import android.widget.Toast; [all...] |
/external/chromium_org/chrome/browser/first_run/ |
try_chrome_dialog_view.cc | 283 // Carve the toast shape into the window.
|
/external/chromium_org/chrome/installer/util/ |
google_update_settings.h | 209 // of the Toast Experiments back to Google Update. The problem is just that
|
/hardware/ti/wpan/tools/FM/FmTxApp/src/com/ti/fmtxapp/ |
FmTxConfig.java | 37 import android.widget.Toast;
|
/packages/apps/Bluetooth/res/values/ |
strings.xml | 173 <!-- Bluetooth Toast Message -->
|
/packages/apps/Camera2/src/com/android/camera/ |
PhotoModule.java | 587 // Show the tap to focus toast if this is the first start. 590 // Delay the toast for one second to wait for orientation. [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
AppsCustomizePagedView.java | 52 import android.widget.Toast; 219 private Toast mWidgetInstructionToast; 525 mWidgetInstructionToast = Toast.makeText(getContext(),R.string.long_press_widget_to_add, 526 Toast.LENGTH_SHORT); [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
AppsCustomizePagedView.java | 50 import android.widget.Toast; 217 private Toast mWidgetInstructionToast; 521 mWidgetInstructionToast = Toast.makeText(getContext(),R.string.long_press_widget_to_add, 522 Toast.LENGTH_SHORT); [all...] |
/packages/providers/DownloadProvider/res/values/ |
strings.xml | 211 <!-- Text for a toast appearing when a user clicks on a completed download, informing the user
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
AbstractActivityController.java | 62 import android.widget.Toast; 151 private static final String SAVED_TOAST_BAR_OP = "saved-toast-bar-op"; [all...] |
/external/chromium_org/chrome/installer/setup/ |
setup_main.cc | [all...] |
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
nfc.jd | [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
EventInfoFragment.java | 94 import android.widget.Toast; [all...] |
/packages/apps/Music/src/com/android/music/ |
MediaPlaybackService.java | 54 import android.widget.Toast; [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
MediaLinearLayout.java | 48 import android.widget.Toast; [all...] |
/frameworks/base/core/res/res/values/ |
themes.xml | 207 <!-- Toast attributes --> [all...] |
/external/chromium/chrome/browser/sync/ |
profile_sync_service.cc | [all...] |
/frameworks/base/docs/html/reference/com/google/android/gms/ads/ |
InterstitialAd.html | 782 Toast.makeText(InterstitialActivity.this, 783 "The interstitial is loaded", Toast.LENGTH_SHORT).show(); [all...] |
/packages/apps/Settings/res/values/ |
strings.xml | [all...] |
/development/apps/Development/src/com/android/development/ |
Connectivity.java | 58 import android.widget.Toast;
|
/external/chromium_org/chrome/browser/notifications/sync_notifier/ |
chrome_notifier_service.cc | 456 // Setting the toast state to false will prevent toasting the notification.
|
/external/libpng/contrib/gregbook/ |
readpng2.c | 410 * main PNG struct gets wiped, we're probably toast anyway. (If
|
/frameworks/base/core/java/android/content/pm/ |
ActivityInfo.java | 176 * "toast" window).
|
/frameworks/base/docs/html/design/patterns/ |
notifications.jd | 250 <p>Your app should not create a dialog or toast if it is not currently on screen. Dialogs and Toasts should only be displayed as the immediate response to the user taking an action inside of your app. For further guidance on the use of dialogs and toasts, refer to <a href="{@docRoot}design/patterns/confirming-acknowledging.html">Confirming & Acknowledging</a>.</p>
|
/frameworks/base/docs/html/guide/topics/media/ |
camera.jd | 323 Toast.makeText(this, "Image saved to:\n" + 324 data.getData(), Toast.LENGTH_LONG).show(); 335 Toast.makeText(this, "Video saved to:\n" + 336 data.getData(), Toast.LENGTH_LONG).show(); [all...] |