Searched defs:shown (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/core/java/android/app/
H A DListFragment.java182 * that is to be shown when the list is empty.
188 * way to have the built-in indeterminant progress state be shown.
286 * be shown when the list is empty. If you would like to have it
287 * shown, call this method to supply the text it should use.
304 * this time an indeterminant progress indicator will be shown instead.
307 * behavior of ListFragment is to start with the list not being shown, only
309 * If the list at that point had not been shown, when it does get shown
312 * @param shown If true, the list view is shown; i
315 setListShown(boolean shown) argument
323 setListShownNoAnimation(boolean shown) argument
337 setListShown(boolean shown, boolean animate) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSignalTileView.java127 final boolean shown = isShown();
128 setVisibility(mIn, shown, s.activityIn);
129 setVisibility(mOut, shown, s.activityOut);
132 private void setVisibility(View view, boolean shown, boolean visible) { argument
133 final float newAlpha = shown && visible ? 1 : 0;
135 if (shown) {
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifLayout.java146 * headers that are not currently shown.
236 public void setProgressBarShown(boolean shown) { argument
237 if (shown) {
H A DSetupWizardLayout.java381 * headers that are not currently shown.
393 * Sets whether the progress bar below the header text is shown or not. The progress bar is
397 public void setProgressBarShown(boolean shown) { argument
400 progressBar.setVisibility(shown ? View.VISIBLE : View.GONE);
401 } else if (shown) {
/frameworks/support/fragment/java/android/support/v4/app/
H A DListFragment.java82 * that is to be shown when the list is empty.
88 * way to have the built-in indeterminant progress state be shown.
230 * be shown when the list is empty. If you would like to have it
231 * shown, call this method to supply the text it should use.
248 * this time an indeterminant progress indicator will be shown instead.
251 * behavior of ListFragment is to start with the list not being shown, only
253 * If the list at that point had not been shown, when it does get shown
256 * @param shown If true, the list view is shown; i
259 setListShown(boolean shown) argument
267 setListShownNoAnimation(boolean shown) argument
281 setListShown(boolean shown, boolean animate) argument
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java103 public void setUiShown(boolean shown) { argument
104 if (shown) {
/frameworks/support/design/tests/src/android/support/design/widget/
H A DBottomSheetBehaviorTest.java118 * Wait for a FAB to change its visibility (either shown or hidden).
127 OnVisibilityChangedListener(boolean shown) { argument
128 mShown = shown;
745 private void withFabVisibilityChange(boolean shown, Runnable action) { argument
746 OnVisibilityChangedListener listener = new OnVisibilityChangedListener(shown);
/frameworks/base/core/java/android/widget/
H A DDatePicker.java384 * Returns whether the {@link CalendarView} is shown.
390 * @return {@code true} if the calendar view is shown
419 * Sets whether the {@link CalendarView} is shown.
425 * @param shown {@code true} to show the calendar view, {@code false} to
430 public void setCalendarViewShown(boolean shown) { argument
431 mDelegate.setCalendarViewShown(shown);
435 * Returns whether the spinners are shown.
441 * @return {@code true} if the spinners are shown
450 * Sets whether the spinners are shown.
456 * @param shown {
461 setSpinnersShown(boolean shown) argument
514 setCalendarViewShown(boolean shown) argument
517 setSpinnersShown(boolean shown) argument
[all...]
H A DDatePickerCalendarDelegate.java515 public void setCalendarViewShown(boolean shown) { argument
525 public void setSpinnersShown(boolean shown) { argument
H A DDatePickerSpinnerDelegate.java355 public void setCalendarViewShown(boolean shown) { argument
356 mCalendarView.setVisibility(shown ? View.VISIBLE : View.GONE);
365 public void setSpinnersShown(boolean shown) { argument
366 mSpinners.setVisibility(shown ? View.VISIBLE : View.GONE);
639 // be shown, otherwise the user chose another means of changing the
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java652 void animateInfoOffset(boolean shown) { argument
656 if (shown) {
668 mAnim = new InfoOffsetAnimation(mInfoOffset, shown ? extraHeight : 0);
695 private void animateInfoHeight(boolean shown) { argument
699 if (shown) {
711 mAnim = new InfoHeightAnimation(mInfoVisFraction, shown ? 1.0f : 0f);
740 private void animateInfoAlpha(boolean shown) { argument
743 if (shown) {
749 mAnim = new InfoAlphaAnimation(mInfoAlpha, shown ? 1.0f : 0.0f);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuItemImpl.java474 * @param shown Whether to show (true) or hide (false).
475 * @return Whether the item's shown state was changed
477 boolean setVisibleInt(boolean shown) { argument
479 mFlags = (mFlags & ~HIDDEN) | (shown ? 0 : HIDDEN);
483 public MenuItem setVisible(boolean shown) { argument
484 // Try to set the shown state to the given state. If the shown state was changed
486 // the shown state has changed for this item
487 if (setVisibleInt(shown)) mMenu.onItemVisibleChanged(this);
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java607 public void setMagnifiedRegionBorderShownLocked(boolean shown, boolean animate) { argument
608 if (shown) {
612 mWindow.setShown(shown, animate);
705 public void setShown(boolean shown, boolean animate) { argument
707 if (mShown == shown) {
710 mShown = shown;
711 mAnimationController.onFrameShownStateChanged(shown, animate);
713 Slog.i(LOG_TAG, "ViewportWindow shown: " + mShown);
842 public void onFrameShownStateChanged(boolean shown, boolean animate) { argument
844 shown
[all...]
/frameworks/support/design/src/android/support/design/widget/
H A DCollapsingToolbarLayout.java564 * Set whether the content scrim and/or status bar scrim should be shown or not. Any change
568 * @param shown whether the scrims should be shown
573 public void setScrimsShown(boolean shown) { argument
574 setScrimsShown(shown, ViewCompat.isLaidOut(this) && !isInEditMode());
578 * Set whether the content scrim and/or status bar scrim should be shown or not. Any change
581 * @param shown whether the scrims should be shown
587 public void setScrimsShown(boolean shown, boolean animate) { argument
588 if (mScrimsAreShown != shown) {
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DMenuItemImpl.java517 * @param shown Whether to show (true) or hide (false).
518 * @return Whether the item's shown state was changed
520 boolean setVisibleInt(boolean shown) { argument
522 mFlags = (mFlags & ~HIDDEN) | (shown ? 0 : HIDDEN);
527 public MenuItem setVisible(boolean shown) { argument
528 // Try to set the shown state to the given state. If the shown state was changed
530 // the shown state has changed for this item
531 if (setVisibleInt(shown)) mMenu.onItemVisibleChanged(this);
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java123 * <li>The candidates view, if currently shown, is placed above the soft
145 * soft input view should be shown to the user. This is done by implementing
147 * whether it should be shown in the current environment. If any of your
165 * view, because the candidates view tends to be more transient, being shown
167 * by the user. To control whether the candidates view is shown, you use
169 * view tends to be shown and hidden a lot, it does not impact the application
320 * have not shown our own window yet. In this situation, the previous inset continues to be
321 * shown as an empty region until it is explicitly updated. Basically we can trigger the update
455 // If user uses hard keyboard, IME button should always be shown.
923 // window is shown fo
1134 setExtractViewShown(boolean shown) argument
1283 setCandidatesViewShown(boolean shown) argument
1297 updateCandidatesVisibility(boolean shown) argument
[all...]

Completed in 355 milliseconds