Searched defs:show (Results 1 - 25 of 106) sorted by last modified time

12345

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java164 * e.g. show an arrow to the left indicating the action that will be taken.
259 * @param resId Resource ID of a drawable to show as an icon.
274 * @param icon Drawable to show as an icon.
289 * @param resId Resource ID of a drawable to show as a logo.
304 * @param logo Drawable to show as a logo.
458 * @param showHome true to show home, false otherwise.
472 * @param showHomeAsUp true to show the user that selecting home will return one
778 public abstract void show(); method in class:ActionBar
941 * {@link #hide() hidden}. A call to {@link #show() show} wil
[all...]
H A DAlertDialog.java116 * example, via {@link #show()} or {@link #create()}).
164 * @param view The view to show in the content area of the dialog
877 * {@link Dialog#show()} the dialog. This allows the user to do any extra processing
878 * before displaying the dialog. Use {@link #show()} if you don't have any other processing
898 * {@link Dialog#show()}'s the dialog.
900 public AlertDialog show() { method in class:AlertDialog.Builder
902 dialog.show();
H A DNotificationCompat.java186 * @param actions the indices of the actions to show in the compact notification view
224 * @param show whether to show a cancel button
226 public MediaStyle setShowCancelButton(boolean show) { argument
227 mShowCancelButton = show;
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DToolbarActionBar.java401 public void show() { method in class:ToolbarActionBar
H A DWindowDecorActionBar.java83 * Only allow show/hide animations on ICS+, as that is what ViewPropertyAnimatorCompat supports
324 * Enables or disables animation between show/hide states.
645 public void show() { method in class:WindowDecorActionBar
1084 new MenuPopupHelper(getThemedContext(), subMenu).show();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DActionMenuItem.java228 public void setShowAsAction(int show) { argument
229 // Do nothing. ActionMenuItems always show as action buttons.
H A DMenuDialogHelper.java52 public void show(IBinder windowToken) { method in class:MenuDialogHelper
90 mDialog.show();
H A DMenuPopupHelper.java128 public void show() { method in class:MenuPopupHelper
163 mPopup.show();
245 mPopup.show();
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatSpinner.java263 mPopup.show();
424 mPopup.show();
760 public void show() { method in class:AppCompatSpinner.DropdownPopup
766 super.show();
791 // Use super.show here to update; we don't want to move the selected
793 DropdownPopup.super.show();
H A DListPopupWindow.java568 show();
573 * Post a {@link #show()} call to the UI thread.
583 public void show() { method in class:ListPopupWindow
703 * the next time the popup is shown or through a manual call to the {@link #show()}
707 * @see #show()
904 show();
924 show();
1056 * completed and if so call showDropDown to display the drop down. This is used to show
1065 show();
1202 // add padding only if the list has items in it, that way we don't show
[all...]
H A DPopupMenu.java160 show();
172 // This will be null until show() is called.
183 * items before calling {@link #show()}.
185 * @see #show()
215 public void show() { method in class:PopupMenu
216 mPopup.show();
221 * @see #show()
275 new MenuPopupHelper(mContext, subMenu, mAnchor).show();
/frameworks/support/design/base/android/support/design/widget/
H A DFloatingActionButtonImpl.java63 abstract void show(); method in class:FloatingActionButtonImpl
/frameworks/support/design/eclair-mr1/android/support/design/widget/
H A DFloatingActionButtonEclairMr1.java186 void show() { method in class:FloatingActionButtonEclairMr1
189 // the show animation
/frameworks/support/design/honeycomb-mr1/android/support/design/widget/
H A DFloatingActionButtonHoneycombMr1.java71 void show() { method in class:FloatingActionButtonHoneycombMr1
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java239 * <p>This method will animate it the button show if the view has already been laid out.</p>
241 public void show() { method in class:FloatingActionButton
242 mImpl.show();
342 // If we're depending on an AppBarLayout we will show/hide it automatically
373 // show/hide the FAB
390 child.show();
H A DSnackbar.java53 * Snackbars provide lightweight feedback about an operation. They show a brief message at the
112 * @see Snackbar#show()
128 * that is {@link #show() shown} until either it is dismissed, or another Snackbar is shown.
199 * @param text The text to show. Can be formatted text.
346 * Set how long to show the view for.
379 public void show() { method in class:Snackbar
380 SnackbarManager.getInstance().show(mDuration, mManagerCallback);
412 public void show() {
H A DSnackbarManager.java66 void show(); method in interface:SnackbarManager.Callback
70 public void show(int duration, Callback callback) { method in class:SnackbarManager
96 // Otherwise, just show it now
119 // If the callback is from a Snackbar currently show, remove it and show a new one
177 callback.show();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java1196 private void showWallpaper(boolean show) { argument
1202 if (show) {
H A DBrandedFragment.java107 void showTitle(boolean show) { argument
109 if (show == mShowingTitle) {
112 mShowingTitle = show;
114 mTitleHelper.showTitle(show);
H A DBrandedSupportFragment.java109 void showTitle(boolean show) { argument
111 if (show == mShowingTitle) {
114 mShowingTitle = show;
116 mTitleHelper.showTitle(show);
H A DBrowseFragment.java79 // BUNDLE attribute for saving header show/hide status when backstack is used:
81 // BUNDLE attribute for saving header show/hide status when backstack is not used:
126 // if popped "headers" backstack, initiate the show header transition if needed
360 * <p>This method will begin a transition to either show or hide the
709 private void showHeaders(boolean show) { argument
710 if (DEBUG) Log.v(TAG, "showHeaders " + show);
711 mHeadersFragment.setHeadersEnabled(show);
712 setHeadersOnScreen(show);
713 setRowsAlignedLeft(!show);
714 mRowsFragment.setExpand(!show);
[all...]
H A DBrowseSupportFragment.java81 // BUNDLE attribute for saving header show/hide status when backstack is used:
83 // BUNDLE attribute for saving header show/hide status when backstack is not used:
128 // if popped "headers" backstack, initiate the show header transition if needed
362 * <p>This method will begin a transition to either show or hide the
711 private void showHeaders(boolean show) { argument
712 if (DEBUG) Log.v(TAG, "showHeaders " + show);
713 mHeadersSupportFragment.setHeadersEnabled(show);
714 setHeadersOnScreen(show);
715 setRowsAlignedLeft(!show);
716 mRowsSupportFragment.setExpand(!show);
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewRowPresenter.java247 private void showMoreLeft(boolean show) { argument
248 if (show != mShowMoreLeft) {
249 mActionsRow.setFadingLeftEdge(show);
250 mShowMoreLeft = show;
254 private void showMoreRight(boolean show) { argument
255 if (show != mShowMoreRight) {
256 mActionsRow.setFadingRightEdge(show);
257 mShowMoreRight = show;
H A DPlaybackControlsPresenter.java97 void showMoreActions(boolean show) { argument
98 if (show) {
H A DPlaybackControlsRowPresenter.java288 public void showBottomSpace(ViewHolder vh, boolean show) { argument
289 vh.mBottomSpacer.setVisibility(show ? View.VISIBLE : View.GONE);

Completed in 4194 milliseconds

12345