Home
last modified time | relevance | path

Searched refs:showing (Results 1 – 25 of 109) sorted by relevance

12345

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java74 public void onKeyguardVisibilityChanged(boolean showing) { } in onKeyguardVisibilityChanged() argument
76 public void onKeyguardVisibilityChangedRaw(boolean showing) { in onKeyguardVisibilityChangedRaw() argument
78 if (showing == mShowing in onKeyguardVisibilityChangedRaw()
80 onKeyguardVisibilityChanged(showing); in onKeyguardVisibilityChangedRaw()
82 mShowing = showing; in onKeyguardVisibilityChangedRaw()
DKeyguardStatusView.java60 public void onKeyguardVisibilityChanged(boolean showing) {
61 if (showing) {
62 if (DEBUG) Slog.v(TAG, "refresh statusview showing:" + showing);
DKeyguardDisplayManager.java92 protected void updateDisplays(boolean showing) { in updateDisplays() argument
93 if (showing) { in updateDisplays()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeLog.java130 public static void traceKeyguardBouncerChanged(boolean showing) { in traceKeyguardBouncerChanged() argument
132 log("bouncer " + showing); in traceKeyguardBouncerChanged()
147 public static void traceKeyguard(boolean showing) { in traceKeyguard() argument
149 log("keyguard " + showing); in traceKeyguard()
150 if (!showing) { in traceKeyguard()
259 public void onKeyguardVisibilityChanged(boolean showing) {
260 traceKeyguard(showing);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowManager.java255 public void setKeyguardShowing(boolean showing) { in setKeyguardShowing() argument
256 mCurrentState.keyguardShowing = showing; in setKeyguardShowing()
281 public void setBouncerShowing(boolean showing) { in setBouncerShowing() argument
282 mCurrentState.bouncerShowing = showing; in setBouncerShowing()
286 public void setBackdropShowing(boolean showing) { in setBackdropShowing() argument
287 mCurrentState.backdropShowing = showing; in setBackdropShowing()
306 public void setHeadsUpShowing(boolean showing) { in setHeadsUpShowing() argument
307 mCurrentState.headsUpShowing = showing; in setHeadsUpShowing()
DStatusBarKeyguardViewManager.java463 boolean showing = mShowing; in updateStates()
469 if ((bouncerDismissible || !showing || remoteInputActive) != in updateStates()
472 if (bouncerDismissible || !showing || remoteInputActive) { in updateStates()
505 if ((showing && !occluded) != (mLastShowing && !mLastOccluded) || mFirstUpdate) { in updateStates()
506 updateMonitor.onKeyguardVisibilityChanged(showing && !occluded); in updateStates()
513 mLastShowing = showing; in updateStates()
DPanelBar.java63 public void setBouncerShowing(boolean showing) { in setBouncerShowing() argument
64 int important = showing ? IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS in setBouncerShowing()
DScrimController.java111 public void setKeyguardShowing(boolean showing) { in setKeyguardShowing() argument
112 mKeyguardShowing = showing; in setKeyguardShowing()
158 public void setBouncerShowing(boolean showing) { in setBouncerShowing() argument
159 mBouncerShowing = showing; in setBouncerShowing()
DKeyguardStatusBarView.java251 public void setKeyguardUserSwitcherShowing(boolean showing, boolean animate) { in setKeyguardUserSwitcherShowing() argument
252 mKeyguardUserSwitcherShowing = showing; in setKeyguardUserSwitcherShowing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardMonitor.java102 public void notifyKeyguardState(boolean showing, boolean secure) { in notifyKeyguardState() argument
103 if (mShowing == showing && mSecure == secure) return; in notifyKeyguardState()
104 mShowing = showing; in notifyKeyguardState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationCustomViewWrapper.java135 public void setShowingLegacyBackground(boolean showing) { in setShowingLegacyBackground() argument
136 super.setShowingLegacyBackground(showing); in setShowingLegacyBackground()
137 mShowingLegacyBackground = showing; in setShowingLegacyBackground()
DNotificationViewWrapper.java161 public void setShowingLegacyBackground(boolean showing) { in setShowingLegacyBackground() argument
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceDelegate.java58 showing = true; in KeyguardState()
64 boolean showing; field in KeyguardServiceDelegate.KeyguardState
137 mKeyguardState.showing = false; in bindService()
197 mKeyguardState.showing = mKeyguardService.isShowing(); in isShowing()
199 return mKeyguardState.showing; in isShowing()
429 pw.println(prefix + "showing=" + mKeyguardState.showing); in dump()
DKeyguardStateMonitor.java84 public void onShowingStateChanged(boolean showing) { in onShowingStateChanged() argument
85 mIsShowing = showing; in onShowingStateChanged()
/frameworks/base/docs/html/training/system-ui/
Dvisibility.jd44 synchronize other parts of your UI with the hiding/showing of system bars.</p>
64 // adjustments to your UI, such as showing the action bar or
76 concert with the status bar hiding and showing.</p>
/frameworks/base/core/java/com/android/internal/policy/
DIKeyguardStateCallback.aidl19 void onShowingStateChanged(boolean showing); in onShowingStateChanged() argument
/frameworks/base/docs/html/distribute/stories/games/
Ddots.jd2 …mpact installs for their game Two Dots. They found that game screenshots showing gameplay mechanic…
32 screenshots showing gameplay mechanics drove more installs from the store
49 The results revealed that screenshots showing gameplay mechanics drove 6
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogMotion.java81 private void setShowing(boolean showing) { in setShowing() argument
82 if (showing == mShowing) return; in setShowing()
83 mShowing = showing; in setShowing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java1043 final NotificationContentView showing = getShowingLayout();
1044 if (showing != null) {
1045 showing.setDark(dark, fade, delay);
1543 public void setShowingLegacyBackground(boolean showing) {
1544 super.setShowingLegacyBackground(showing);
1545 mPrivateLayout.setShowingLegacyBackground(showing);
1546 mPublicLayout.setShowingLegacyBackground(showing);
/frameworks/base/docs/html/design/wear/
Dindex.jd33 <p>The context stream is a vertical list of cards, each showing a useful or timely piece of informa…
62 …<li>The background, showing either content relating to the first card or a custom watch face desig…
63 …<li>Status indicators, showing connectivity, charging status, airplane mode, and in some watch fac…
Dstructure.jd70 <p>This is what Android Wear does best: showing users information and functionality just when they …
92 ….html#UiLibrary"><code>GridViewPager</code> component</a>) is useful for showing options in a list…
222 touch or indicate the elements are disabled. In addition, consider showing the current time.</p>
248 data after a short period of inactivity or refrain from showing sensitive data in ambient mode.
/frameworks/base/core/java/android/widget/
DFastScroller.java1124 final TextView showing; in transitionPreviewLayout() local
1127 showing = mPrimaryText; in transitionPreviewLayout()
1130 showing = mSecondaryText; in transitionPreviewLayout()
1145 final Animator hideShowing = animateAlpha(showing, 0f).setDuration(DURATION_CROSS_FADE); in transitionPreviewLayout()
1177 final int showingWidth = showing.getWidth(); in transitionPreviewLayout()
1180 final Animator scaleAnim = animateScaleX(showing, scale).setDuration(DURATION_RESIZE); in transitionPreviewLayout()
DListPopupWindow.java573 boolean showing = isShowing(); in setPromptView()
574 if (showing) { in setPromptView()
578 if (showing) { in setPromptView()
/frameworks/base/docs/html/training/printing/
Dindex.jd29 showing someone a screen is not an adequate way to share information. Being able to print
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java612 boolean showing = isShowing(); in setPromptView()
613 if (showing) { in setPromptView()
617 if (showing) { in setPromptView()

12345