HomeSort by relevance Sort by last modified time
    Searched full:show (Results 401 - 425 of 2347) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/speech/
IRecognitionListener.aidl 24 * intermediate events that can be used to show visual feedback to the user.
  /frameworks/base/core/java/android/widget/
ZoomControls.java 82 public void show() { method in class:ZoomControls
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
AdjacentVerticalRectLists.java 36 * when taking focus to best select the internal row to show as selected.
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListWithDisappearingItemBug.java 44 Toast.makeText(this, "Make sure you rotate screen to see bug", Toast.LENGTH_LONG).show();
  /frameworks/base/docs/html/guide/topics/manifest/
uses-permission-element.jd 31 or "{@code android.permission.READ_CONTACTS}". As these examples show,
  /frameworks/base/tests/backup/
test_backup.sh 37 # show commands as we go
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
GlobalActions.java 47 * Helper to show the global actions dialog. Each item is an {@link Action} that
48 * may show depending on whether the keyguard is showing, and whether the device
84 * Show the global actions dialog (creating if necessary)
97 mDialog.show();
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
module.h 54 ssize_t (*show)(struct module_attribute *, struct module *, char *); member in struct:module_attribute
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
module.h 54 ssize_t (*show)(struct module_attribute *, struct module *, char *); member in struct:module_attribute
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
module.h 54 ssize_t (*show)(struct module_attribute *, struct module *, char *); member in struct:module_attribute
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
module.h 54 ssize_t (*show)(struct module_attribute *, struct module *, char *); member in struct:module_attribute
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
module.h 54 ssize_t (*show)(struct module_attribute *, struct module *, char *); member in struct:module_attribute
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
module.h 54 ssize_t (*show)(struct module_attribute *, struct module *, char *); member in struct:module_attribute
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtErrorActivity.java 47 * This class is designed to show BT error messages;
  /packages/apps/Browser/src/com/android/browser/
BrowserHistoryPage.java 103 // bookmarks that have not been visited will show up in the
218 // Only show open in new tab if it was not explicitly disabled
227 // decide whether to show the share link option
273 Toast.LENGTH_LONG).show();
  /packages/apps/Calendar/src/com/android/calendar/
EditResponseHelper.java 82 .show();
  /packages/apps/Contacts/src/com/android/contacts/
SpecialCharSequenceMgr.java 158 sc.progressDialog.show();
210 .show();
223 .show();
331 .show();
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 136 mMediaScanningDialog = ProgressDialog.show(
147 // Show/Hide the "no images" icon and text. Load resources on demand.
163 // The storage status is changed, restart the worker or show "no images".
205 // "Slide Show"
232 // Slide show starts from the first image on the list.
339 // because we want to show all the folders first, then update them with
485 // If we have zero folder, show the "no images" icon.
549 .show();
648 imageWidth = (imageWidth - padding) / 2; // 2 here because we show two
ImageViewTouchBase.java 34 // This is the base transformation which is used to show the image
37 // show the image as cropped instead.
108 // If we're zoomed in, pressing Back jumps out to show the
293 // is calculated to show the image at 400% zoom regardless of screen or
  /packages/apps/Gallery3D/src/com/cooliris/app/
App.java 125 Toast.makeText(mContext, string, duration).show();
  /packages/apps/Gallery3D/src/com/cooliris/media/
ImageViewTouchBase.java 34 // This is the base transformation which is used to show the image
37 // show the image as cropped instead.
95 // If we're zoomed in, pressing Back jumps out to show the entire
276 // is calculated to show the image at 400% zoom regardless of screen or
PopupMenu.java 186 boolean show = mShow;
187 if (showRatio < 0.003f && !show) {
191 // Draw the selection menu with the show animation.
194 if (show && showRatio < 1f) {
SelectionMenu.java 246 // Toast.makeText(mContext, "Error: mime type is null", Toast.LENGTH_SHORT).show();
249 // Toast.makeText(mContext, "Error: content URI is null", Toast.LENGTH_SHORT).show();
301 // Toast.LENGTH_SHORT).show();
308 // // Show options for Set As, Details, Slideshow.
  /packages/apps/Launcher2/src/com/android/launcher2/
UninstallShortcutReceiver.java 78 Toast.LENGTH_SHORT).show();
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsRejectedReceiver.java 49 // Right now, the only user-level rejection we show to the user is out-of-memory.

Completed in 63 milliseconds

<<11121314151617181920>>