Searched refs:show (Results 151 - 175 of 190) sorted by relevance

12345678

/frameworks/av/cmds/stagefright/
H A Dsf2.cpp625 CHECK_EQ(control->show(), (status_t)OK);
H A Dstagefright.cpp933 CHECK_EQ(control->show(), (status_t)OK);
/frameworks/base/core/java/android/app/
H A DActivity.java209 * are needed to show the activity to the user. For example, you can register
2538 boolean show = onCreateOptionsMenu(menu);
2539 show |= mFragments.dispatchCreateOptionsMenu(menu, getMenuInflater());
2540 return show;
2902 * can show the context menu). This method will set the
2905 * called when it is time to show the context menu.
2908 * @param view The view that should show a context menu.
2930 * @param view The view to show the context menu for.
3125 md.mDialog.show();
3172 * <p>This can be useful if you know that you will never show
[all...]
H A DNotification.java187 * The view to show as the ticker in the status bar when the notification
199 * opportunity to show more detail. The system UI may choose to show this
360 * Lower {@link #priority}, for items that are less important. The UI may choose to show these
374 * show these items larger, or at a different position in notification lists, compared with
539 * {@link #extras} key: An array of CharSequences to show in {@link InboxStyle} expanded
693 * @param when The time to show in the time field. In the System.currentTimeMillis
1220 public Builder setShowWhen(boolean show) { argument
1221 mShowWhen = show;
1228 * Instead of presenting <code>when</code> as a timestamp, the notification will show a
[all...]
H A DBackStackRecord.java452 public FragmentTransaction show(Fragment fragment) { method in class:BackStackRecord
/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();
H A DAppSecurityPermissions.java217 mDialog = builder.show();
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuPresenter.java285 mActionButtonPopup.show();
/frameworks/base/core/java/com/android/internal/widget/
H A DScrollingTabContainerView.java508 cheatSheet.show();
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java212 mMediaController.show();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java564 if (DEBUG) Log.v(TAG, "carrierlabel=" + mCarrierLabel + " show=" + mShowCarrierInPanel);
568 // for mobile devices, we always show mobile connection info here (SPN/PLMN)
569 // for other devices, we show whatever network is connected
576 // set up the dynamic hide/show of the label
941 // show the ticker if there isn't already a heads up
1026 // If the device hasn't been through Setup, we only show system notifications
1076 // If the device hasn't been through Setup, we only show system notifications
1107 // The idea here is to only show the carrier label when there is enough room to see it,
1214 public void showClock(boolean show) { argument
1218 clock.setVisibility(show
[all...]
/frameworks/base/services/input/
H A DSpriteController.cpp302 status = update.state.surfaceControl->show();
/frameworks/base/services/java/com/android/server/power/
H A DElectronBeam.java586 mSurfaceControl.show();
/frameworks/base/services/java/com/android/server/wm/
H A DSession.java328 surfaceControl.show();
H A DDisplayMagnifier.java287 // to show the border. We will do so when the pending message is handled.
426 // we will show the border.
649 mSurfaceControl.show();
H A DScreenRotationAnimation.java264 mSurfaceControl.show();
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py457 plot.show()
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pService.java1641 dialog.show();
2098 dialog.show();
2126 dialog.show();
2204 dialog.show();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DActionMenuPresenter.java267 mActionButtonPopup.show(null);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardHostView.java274 Log.v(TAG, (clearing ? "hide" : "show") + " transport, gen:" + clientGeneration);
627 dialog.show();
712 showTimeout = false; // don't show both dialogs
716 // don't show timeout dialog because we show account unlock screen next
747 * password recovery screens but is currently only used for pattern unlock to show the
748 * account unlock screen and biometric unlock to show the user's normal unlock.
986 // Don't show camera or search in navbar when SIM or Account screen is showing
1008 // Find and show this child.
1055 // We use mAppWidgetToShow to show
1076 public void show() { method in class:KeyguardHostView
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java441 // Don't show it in the action bar either
451 // Callback and return if the callback does not want to show the menu
466 // The app didn't want to show the menu for now but it still exists.
866 boolean show = true;
871 show = preparePanel(st, event);
874 if (show) {
955 // return value from application not wanting to show the menu).
1291 * @param drawable The new Drawable to show, or null if none.
1401 // Only show the progress bars if the primary progress is not complete
2344 final MenuDialogHelper helper = mContextMenu.show(originalVie
[all...]
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java204 // scrolled to show the last line of chips content.
1498 alternatesPopup.show();
1968 * will change the background color of the chip, show the delete icon,
2073 popup.show();
2851 mCopyDialog.show();
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp104 ASSERT_EQ(NO_ERROR, mSurfaceControl->show());
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java124 Toast.LENGTH_LONG).show();
163 // We don't want to show the spinner every time we load an image, because that would be
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp555 status_t SurfaceComposerClient::show(const sp<IBinder>& id) { function in class:android::SurfaceComposerClient

Completed in 1033 milliseconds

12345678