Home
last modified time | relevance | path

Searched defs:show (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/core/java/android/app/
DITransientNotification.aidl22 void show(); in show() method
DProgressDialog.java83 public static ProgressDialog show(Context context, CharSequence title, in show() method in ProgressDialog
88 public static ProgressDialog show(Context context, CharSequence title, in show() method in ProgressDialog
93 public static ProgressDialog show(Context context, CharSequence title, in show() method in ProgressDialog
98 public static ProgressDialog show(Context context, CharSequence title, in show() method in ProgressDialog
DDatePickerDialog.java128 public void show() { in show() method in DatePickerDialog
DSearchDialog.java244 public boolean show(String initialQuery, boolean selectInitialQuery, in show() method in SearchDialog
337 private boolean show(ComponentName componentName, Bundle appSearchData, in show() method in SearchDialog
DAlertDialog.java800 public AlertDialog show() { in show() method in AlertDialog.Builder
DDialog.java214 public void show() { in show() method in Dialog
DActivityThread.java3225 private final void updateVisibility(ActivityRecord r, boolean show) { in updateVisibility()
3252 private final void handleStopActivity(IBinder token, boolean show, int configChanges) { in handleStopActivity()
3281 private final void handleWindowVisibility(IBinder token, boolean show) { in handleWindowVisibility()
/frameworks/base/awt/java/awt/image/
DBufferStrategy.java72 public abstract void show(); in show() method in BufferStrategy
/frameworks/base/core/java/com/android/internal/view/menu/
DContextMenuBuilder.java77 public MenuDialogHelper show(View originalView, IBinder token) { in show() method in ContextMenuBuilder
DMenuDialogHelper.java48 public void show(IBinder windowToken) { in show() method in MenuDialogHelper
/frameworks/base/core/java/android/widget/
DToast.java96 public void show() { in show() method in Toast
334 public void show() { in show() method in Toast.TN
DZoomControls.java82 public void show() { in show() method in ZoomControls
DMediaController.java248 public void show() { in show() method in MediaController
281 public void show(int timeout) { in show() method in MediaController
/frameworks/policies/base/phone/com/android/internal/policy/impl/
DPowerDialog.java171 public void show() { in show() method in PowerDialog
DKeyguardViewManager.java94 public synchronized void show() { in show() method in KeyguardViewManager
/frameworks/policies/base/mid/com/android/internal/policy/impl/
DPowerDialog.java167 public void show() { in show() method in PowerDialog
/frameworks/base/core/java/com/android/internal/widget/
DDigitalClock.java83 void setShowAmPm(boolean show) { in setShowAmPm()
DSlidingTab.java266 void show(boolean animate) { in show() method in SlidingTab.Slider
/frameworks/base/core/java/android/view/
DSurface.java350 public native void show(); in show() method in Surface
/frameworks/base/core/java/android/text/
DDynamicLayout.java345 private void dump(boolean show) { in dump()
/frameworks/base/awt/java/awt/
DComponent.java427 public void show() { in show() method in Component.BltBufferStrategy
626 public void show() { in show() method in Component.FlipBufferStrategy
4223 public void show() { in show() method in Component
4251 public void show(boolean b) { in show() method in Component
/frameworks/base/libs/ui/
DSurfaceComposerClient.cpp541 status_t SurfaceComposerClient::show(SurfaceID id, int32_t) in show() function in android::SurfaceComposerClient
DSurface.cpp177 status_t SurfaceControl::show(int32_t layer) { in show() function in android::SurfaceControl
/frameworks/base/core/java/android/webkit/
DWebView.java221 public void show(boolean showZoom, boolean canZoomOut) { in show() method in WebView.ExtendedZoomControls
/frameworks/base/services/java/com/android/server/
DWindowManagerService.java10870 void show(int dw, int dh) { in show() method in WindowManagerService.DimAnimator