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.java131 public static void traceKeyguardBouncerChanged(boolean showing) { in traceKeyguardBouncerChanged() argument
133 log("bouncer " + showing); in traceKeyguardBouncerChanged()
148 public static void traceKeyguard(boolean showing) { in traceKeyguard() argument
150 log("keyguard " + showing); in traceKeyguard()
151 if (!showing) { in traceKeyguard()
261 public void onKeyguardVisibilityChanged(boolean showing) {
262 traceKeyguard(showing);
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardStateMonitor.java87 public void onShowingStateChanged(boolean showing) { in onShowingStateChanged() argument
88 mIsShowing = showing; in onShowingStateChanged()
89 mOnShowingStateChangedCallback.onShowingStateChanged(showing); in onShowingStateChanged()
131 void onShowingStateChanged(boolean showing); in onShowingStateChanged() argument
DKeyguardServiceDelegate.java60 showing = true; in KeyguardState()
66 boolean showing; field in KeyguardServiceDelegate.KeyguardState
141 mKeyguardState.showing = false; in bindService()
201 mKeyguardState.showing = mKeyguardService.isShowing(); in isShowing()
203 return mKeyguardState.showing; in isShowing()
433 pw.println(prefix + "showing=" + mKeyguardState.showing); in dump()
/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.java466 boolean showing = mShowing; in updateStates()
472 if ((bouncerDismissible || !showing || remoteInputActive) != in updateStates()
475 if (bouncerDismissible || !showing || remoteInputActive) { in updateStates()
508 if ((showing && !occluded) != (mLastShowing && !mLastOccluded) || mFirstUpdate) { in updateStates()
509 updateMonitor.onKeyguardVisibilityChanged(showing && !occluded); in updateStates()
516 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.java107 public void notifyKeyguardState(boolean showing, boolean secure, boolean occluded) { in notifyKeyguardState() argument
108 if (mShowing == showing && mSecure == secure && mOccluded == occluded) return; in notifyKeyguardState()
109 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/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.java1054 final NotificationContentView showing = getShowingLayout();
1055 if (showing != null) {
1056 showing.setDark(dark, fade, delay);
1555 public void setShowingLegacyBackground(boolean showing) {
1556 super.setShowingLegacyBackground(showing);
1557 mPrivateLayout.setShowingLegacyBackground(showing);
1558 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…
/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/base/docs/html/distribute/stories/apps/
Dexpressen-sports.jd35 showing the most relevant links to the reader at that moment in time. For
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java619 boolean showing = isShowing(); in setPromptView()
620 if (showing) { in setPromptView()
624 if (showing) { in setPromptView()

12345