HomeSort by relevance Sort by last modified time
    Searched defs:show (Results 126 - 150 of 265) sorted by null

1 2 3 4 56 7 8 91011

  /packages/apps/Contacts/src/com/android/contacts/
SpecialCharSequenceMgr.java 158 sc.progressDialog.show();
210 .show();
223 .show();
331 .show();
  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 132 * Create a window containing this view and show it.
138 public void show(IBinder windowToken, int touchX, int touchY) { method in class:DragView
  /packages/apps/Phone/src/com/android/phone/
ChangeIccPinScreen.java 222 // TODO: show progress panel
243 // TODO: show success feedback
284 .show();
286 mPUKAlert.show();
300 Toast.makeText(this, id, Toast.LENGTH_SHORT).show();
EmergencyCallHandler.java 199 // show the dialog
200 pd.show();
InCallScreen.java     [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CorpusSelectionDialog.java 62 public void show(Corpus corpus) { method in class:CorpusSelectionDialog
64 show(); method
  /packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionActivity.java 166 mDialog.show();
190 // If BT is not up yet, show "Turning on Bluetooth..."
  /packages/apps/Settings/src/com/android/settings/
SecuritySettings.java 404 ((Dialog) dialog).show(); method
521 // Show a toast message if the state is changed.
526 Toast.LENGTH_SHORT).show();
529 Toast.LENGTH_SHORT).show();
532 Toast.LENGTH_SHORT).show();
541 // Show extra hint only when the action comes from outside.
554 dialog.show();
576 dialog.show();
587 .create().show();
  /bionic/libc/kernel/common/linux/
device.h 63 ssize_t (*show)(struct bus_type *, char * buf); member in struct:bus_attribute
89 ssize_t (*show)(struct device_driver *, char * buf); member in struct:driver_attribute
121 ssize_t (*show)(struct class *, char * buf); member in struct:class_attribute
129 ssize_t (*show)(struct class_device *, char * buf); member in struct:class_device_attribute
164 ssize_t (*show)(struct device *dev, struct device_attribute *attr, member in struct:device_attribute
  /cts/tests/tests/widget/src/android/widget/cts/
MediaControllerTest.java 127 * 1. Show the MediaController.
131 @ToBeFixed(bug = "1695243", explanation = "setAnchorView() must be called before show(), " +
140 mMediaController.show();
141 // setAnchorView() must be called before show(),
142 // otherwise MediaController never show.
148 mMediaController.show();
159 mMediaController.show();
179 method = "show",
185 method = "show",
204 mMediaController.show();
    [all...]
  /external/webkit/WebCore/inspector/front-end/
AuditsPanel.js 233 visibleView.show(this.viewsContainerElement);
236 show: function()
238 WebInspector.Panel.prototype.show.call(this);
  /external/webkit/WebCore/page/
Chrome.cpp 176 void Chrome::show() const function in class:WebCore::Chrome
178 m_client->show();
189 // of the modal dialog will never show up!
353 // Next priority is a toolTip from a URL beneath the mouse (if preference is set to show those).
  /external/webkit/WebCore/plugins/android/
PluginViewAndroid.cpp 594 void PluginView::show() function in class:WebCore::PluginView
597 Widget::show();
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 167 void PluginView::show() function in class:WebCore::PluginView
174 Widget::show();
856 show();
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 145 void PluginView::show() function in class:WebCore::PluginView
148 Widget::show();
776 show();
  /external/webkit/WebKit/chromium/src/
WebPluginContainerImpl.cpp 136 void WebPluginContainerImpl::show() function in class:WebKit::WebPluginContainerImpl
141 Widget::show();
527 // We only care about FrameView's because iframes show up as FrameViews.
  /external/webkit/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 166 void ChromeClientQt::show() function in class:WebCore::ChromeClientQt
173 view->topLevelWidget()->show();
  /frameworks/base/core/java/android/preference/
DialogPreference.java 258 * {@link AlertDialog.Builder#show()}.
271 * show the dialog on some other event.
307 dialog.show();
321 * Sets the required flags on the dialog window to enable input method window to show up.
  /frameworks/base/core/java/android/text/method/
QwertyKeyListener.java 475 view, content, set, insert).show(); method
  /frameworks/base/core/java/android/view/
Surface.java 376 public native void show(); method in class:Surface
VolumePanel.java 204 * the way to zero and don't show the mute icon.
236 * the way to zero and don't show the mute icon.
266 mToast.show();
  /frameworks/base/libs/surfaceflinger_client/
Surface.cpp 180 status_t SurfaceControl::show(int32_t layer) { function in class:android::SurfaceControl
184 return client->show(mToken, layer);
SurfaceComposerClient.cpp 563 status_t SurfaceComposerClient::show(SurfaceID id, int32_t) function in class:android::SurfaceComposerClient
  /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/
device.h 63 ssize_t (*show)(struct bus_type *, char * buf); member in struct:bus_attribute
89 ssize_t (*show)(struct device_driver *, char * buf); member in struct:driver_attribute
121 ssize_t (*show)(struct class *, char * buf); member in struct:class_attribute
129 ssize_t (*show)(struct class_device *, char * buf); member in struct:class_device_attribute
164 ssize_t (*show)(struct device *dev, struct device_attribute *attr, member in struct:device_attribute

Completed in 3902 milliseconds

1 2 3 4 56 7 8 91011