Searched refs:show (Results 126 - 150 of 186) sorted by relevance

12345678

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java370 mNotificationBlamePopup.show();
451 mSearchPanelView.show(true, false);
663 mSearchPanelView.show(true, true);
669 mSearchPanelView.show(false, true);
1129 // Q: What kinds of notifications should show during setup?
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DSimPukUnlockScreen.java241 getSimUnlockProgressDialog().show();
H A DSimUnlockScreen.java214 getSimUnlockProgressDialog().show();
/frameworks/base/services/java/com/android/server/display/
H A DOverlayDisplayAdapter.java328 window.show();
H A DOverlayDisplayWindow.java118 public void show() { method in class:OverlayDisplayWindow
166 Slog.w(TAG, "Cannot show overlay display because there is no "
167 + "default display upon which to show it.");
/frameworks/base/services/java/com/android/server/wm/
H A DAppWindowAnimator.java214 thumbnail.show();
275 "performing show on: " + winAnimator);
H A DWindowStateAnimator.java582 public void show() { method in class:WindowStateAnimator.SurfaceTrace
583 super.show();
585 Slog.v(SURFACE_TAG, "show: " + this + ". Called by "
1401 // Force the show in the next prepareSurfaceLocked() call.
1453 * Have the surface flinger show a surface, robustly dealing with
1455 * to show the surface, then we will try to get rid of other surfaces
1464 mSurface.show();
1477 mService.reclaimSomeSurfaceMemoryLocked(this, "show", true);
/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py289 plot.show()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DUiccCard.java272 dialog.show();
/frameworks/base/core/java/android/app/
H A DActivityThread.java1011 // otherwise, show human-readable format
2196 // the "debug.use-second-display" system property as a substring, then show
3155 private void updateVisibility(ActivityClientRecord r, boolean show) { argument
3158 if (show) {
3183 private void handleStopActivity(IBinder token, boolean show, int configChanges) { argument
3188 performStopActivityInner(r, info, show, true);
3191 TAG, "Finishing stop of " + r + ": show=" + show
3194 updateVisibility(r, show);
3219 private void handleWindowVisibility(IBinder token, boolean show) { argument
[all...]
H A DApplicationThreadNative.java86 boolean show = data.readInt() != 0;
88 scheduleStopActivity(b, show, configChanges);
96 boolean show = data.readInt() != 0;
97 scheduleWindowVisibility(b, show);
H A DDownloadManager.java391 * This download doesn't show in the UI or in the notifications.
590 * @param show whether the download manager should show a notification for this download.
595 public Request setShowRunningNotification(boolean show) { argument
596 return (show) ? setNotificationVisibility(VISIBILITY_VISIBLE) :
H A DActivity.java206 * are needed to show the activity to the user. For example, you can register
2490 boolean show = onCreateOptionsMenu(menu);
2491 show |= mFragments.dispatchCreateOptionsMenu(menu, getMenuInflater());
2492 return show;
2848 * can show the context menu). This method will set the
2851 * called when it is time to show the context menu.
2854 * @param view The view that should show a context menu.
2876 * @param view The view to show the context menu for.
3071 md.mDialog.show();
3118 * <p>This can be useful if you know that you will never show
[all...]
/frameworks/av/cmds/stagefright/
H A Dcodec.cpp404 CHECK_EQ(control->show(), (status_t)OK);
H A Dsf2.cpp625 CHECK_EQ(control->show(), (status_t)OK);
/frameworks/base/core/java/android/view/
H A DSurface.java304 * and position, call {@link #show} if appropriate, and close the transaction.
577 public void show() { method in class:Surface
/frameworks/ex/photoviewer/src/com/android/ex/photo/
H A DPhotoViewActivity.java450 actionBar.show();
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewActivity.java429 actionBar.show();
/frameworks/base/core/java/android/webkit/
H A DZoomManager.java1208 control.show();
1239 control.show();
/frameworks/base/core/java/com/android/internal/app/
H A DActionBarImpl.java275 * Enables or disables animation between show/hide states.
590 public void show() { method in class:ActionBarImpl
954 new MenuPopupHelper(getThemedContext(), subMenu).show();
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java65 private static final int ANIM_TARGET_TIME = 500; // Time to show targets (in ms)
250 void show(boolean animate) { method in class:SlidingTab.Slider
570 // Clear animations so sliders don't continue to animate when we show the widget again.
626 mOtherSlider.show(true);
647 int holdOffset = holdAfter ? 0 : width; // how much of tab to show at the end of anim
656 int holdOffset = holdAfter ? 0 : height; // how much of tab to show at end of anim
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java76 * Helper to show the global actions dialog. Each item is an {@link Action} that
77 * may show depending on whether the keyguard is showing, and whether the device
174 mDialog.show();
294 dialog.show();
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java1635 mViewportFrame.show();
1644 mViewportFrame.show();
1726 public void show() { method in class:ScreenMagnifier.Viewport.ViewportWindow
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java444 * to show up in the adapter sometime in the future.
483 * @return the minimum number of characters to type to show the drop down
757 // when text is changed, inserted or deleted, we attempt to show
975 // When the filter text is changed, the first update from the adapter may show an empty
1049 * Issues a runnable to show the dropdown as soon as possible.
1096 mPopup.show();
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuPresenter.java255 mActionButtonPopup.show();

Completed in 528 milliseconds

12345678