Searched defs:shown (Results 1 - 14 of 14) sorted by last modified time

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java642 private void animateInfoOffset(boolean shown) { argument
646 if (shown) {
658 mAnim = new InfoOffsetAnimation(mInfoOffset, shown ? extraHeight : 0);
685 private void animateInfoHeight(boolean shown) { argument
689 if (shown) {
701 mAnim = new InfoHeightAnimation(mInfoVisFraction, shown ? 1.0f : 0f);
730 private void animateInfoAlpha(boolean shown) { argument
733 if (shown) {
739 mAnim = new InfoAlphaAnimation(mInfoAlpha, shown ? 1.0f : 0.0f);
/frameworks/support/v4/java/android/support/v4/app/
H A DListFragment.java80 * that is to be shown when the list is empty.
86 * way to have the built-in indeterminant progress state be shown.
228 * be shown when the list is empty. If you would like to have it
229 * shown, call this method to supply the text it should use.
246 * this time an indeterminant progress indicator will be shown instead.
249 * behavior of ListFragment is to start with the list not being shown, only
251 * If the list at that point had not been shown, when it does get shown
254 * @param shown If true, the list view is shown; i
257 setListShown(boolean shown) argument
265 setListShownNoAnimation(boolean shown) argument
279 setListShown(boolean shown, boolean animate) argument
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuItemImpl.java514 * @param shown Whether to show (true) or hide (false).
515 * @return Whether the item's shown state was changed
517 boolean setVisibleInt(boolean shown) { argument
519 mFlags = (mFlags & ~HIDDEN) | (shown ? 0 : HIDDEN);
524 public MenuItem setVisible(boolean shown) { argument
525 // Try to set the shown state to the given state. If the shown state was changed
527 // the shown state has changed for this item
528 if (setVisibleInt(shown)) mMenu.onItemVisibleChanged(this);
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java583 public void setMagnifiedRegionBorderShownLocked(boolean shown, boolean animate) { argument
584 if (shown) {
588 mWindow.setShown(shown, animate);
681 public void setShown(boolean shown, boolean animate) { argument
683 if (mShown == shown) {
686 mShown = shown;
687 mAnimationController.onFrameShownStateChanged(shown, animate);
689 Slog.i(LOG_TAG, "ViewportWindow shown: " + mShown);
818 public void onFrameShownStateChanged(boolean shown, boolean animate) { argument
820 shown
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1099 * State of external call telling us if the lock screen is shown.
1481 // Just kill the app if there is no dialog to be shown.
3542 // version than the last one shown, and we are not running in
5396 // applications can't abuse it to prevent system UI from being shown.
9075 // is initiated by system after the pinning request was shown and locked mode is initiated
10379 // Pause applications whenever the lock screen is shown or any sleep
10486 public void setLockScreenShown(boolean shown) { argument
10496 if (DEBUG_LOCKSCREEN) logLockScreen(" shown=" + shown);
10497 mLockScreenShown = shown
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSignalTileView.java123 final boolean shown = isShown();
124 setVisibility(mIn, shown, s.activityIn);
125 setVisibility(mOut, shown, s.activityOut);
128 private void setVisibility(View view, boolean shown, boolean visible) { argument
129 final float newAlpha = shown && visible ? 1 : 0;
131 if (shown) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java103 public void setUiShown(boolean shown) { argument
104 if (shown) {
/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/core/java/android/app/
H A DActivityManagerNative.java4301 public void setLockScreenShown(boolean shown) throws RemoteException argument
4306 data.writeInt(shown ? 1 : 0);
H A DIActivityManager.java256 public void setLockScreenShown(boolean shown) throws RemoteException; argument
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/core/java/android/inputmethodservice/
H A DInputMethodService.java112 * <li>The candidates view, if currently shown, is placed above the soft
134 * soft input view should be shown to the user. This is done by implementing
136 * whether it should be shown in the current environment. If any of your
154 * view, because the candidates view tends to be more transient, being shown
156 * by the user. To control whether the candidates view is shown, you use
158 * view tends to be shown and hidden a lot, it does not impact the application
311 * have not shown our own window yet. In this situation, the previous inset continues to be
312 * shown as an empty region until it is explicitly updated. Basically we can trigger the update
445 // If user uses hard keyboard, IME button should always be shown.
810 // window is shown fo
1021 setExtractViewShown(boolean shown) argument
1159 setCandidatesViewShown(boolean shown) argument
1173 updateCandidatesVisibility(boolean shown) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DDatePicker.java351 * Returns whether the {@link CalendarView} is shown.
357 * @return {@code true} if the calendar view is shown
379 * Sets whether the {@link CalendarView} is shown.
385 * @param shown {@code true} to show the calendar view, {@code false} to
388 public void setCalendarViewShown(boolean shown) { argument
389 mDelegate.setCalendarViewShown(shown);
393 * Returns whether the spinners are shown.
399 * @return {@code true} if the spinners are shown
406 * Sets whether the spinners are shown.
412 * @param shown {
415 setSpinnersShown(boolean shown) argument
468 setCalendarViewShown(boolean shown) argument
471 setSpinnersShown(boolean shown) argument
849 setCalendarViewShown(boolean shown) argument
859 setSpinnersShown(boolean shown) argument
[all...]
H A DDatePickerCalendarDelegate.java493 public void setCalendarViewShown(boolean shown) { argument
503 public void setSpinnersShown(boolean shown) { argument

Completed in 313 milliseconds