Searched defs:showing (Results 1 – 25 of 27) sorted by relevance
12
70 default void setKeyguardShowing(boolean showing) {} in setKeyguardShowing()85 default void setBouncerShowing(boolean showing) {} in setBouncerShowing()88 default void setBackdropShowing(boolean showing) {} in setBackdropShowing()114 default void setHeadsUpShowing(boolean showing) {} in setHeadsUpShowing()
19 void onShowingStateChanged(boolean showing); in onShowingStateChanged()
94 void onKeyguardVisibilityChanged(boolean showing); in onKeyguardVisibilityChanged()
97 void setIlluminationShowing(boolean showing) { in setIlluminationShowing()
509 public void setKeyguardShowing(boolean showing) { in setKeyguardShowing()540 public void setBouncerShowing(boolean showing) { in setBouncerShowing()546 public void setBackdropShowing(boolean showing) { in setBackdropShowing()602 public void setHeadsUpShowing(boolean showing) { in setHeadsUpShowing()
101 public void setBouncerShowing(boolean showing) { in setBouncerShowing()
1340 public void onKeyguardVisibilityChanged(boolean showing) { in onKeyguardVisibilityChanged()
87 public void setAltBouncerShowing(boolean showing) { in setAltBouncerShowing()
89 public void onKeyguardVisibilityChanged(boolean showing) { } in onKeyguardVisibilityChanged()91 public void onKeyguardVisibilityChangedRaw(boolean showing) { in onKeyguardVisibilityChangedRaw()
166 void setAltBouncerShowing(boolean showing) { in setAltBouncerShowing()
219 protected boolean updateDisplays(boolean showing) { in updateDisplays()
87 public void onShowingStateChanged(boolean showing) { in onShowingStateChanged()
67 boolean showing; field in KeyguardServiceDelegate.KeyguardState
164 public void notifyKeyguardState(boolean showing, boolean occluded) { in notifyKeyguardState()411 public void onKeyguardVisibilityChanged(boolean showing) { in onKeyguardVisibilityChanged()
193 default void notifyKeyguardState(boolean showing, boolean occluded) {} in notifyKeyguardState()
153 public void traceKeyguardBouncerChanged(boolean showing) { in traceKeyguardBouncerChanged()195 public void traceKeyguard(boolean showing) { in traceKeyguard()
347 public void setShelfVisibility(boolean showing, int height) { in setShelfVisibility()352 public void setShelfVisibility(boolean showing, int height, boolean updateMovementBounds) { in setShelfVisibility()
2028 private void updateActivityLockScreenState(boolean showing, boolean aodShowing) { in updateActivityLockScreenState()2812 void setShowingLocked(boolean showing) { in setShowingLocked()2816 private void setShowingLocked(boolean showing, boolean forceCallbacks) { in setShowingLocked()2828 private void notifyDefaultDisplayCallbacks(boolean showing) { in notifyDefaultDisplayCallbacks()
182 final ActivityRecord showing = createActivityRecord(showNestedTask); in testCreateInfo_DisplayArea() local
344 void onNavigationBarWindowVisibilityChange(boolean showing) { in onNavigationBarWindowVisibilityChange()
390 boolean showing, boolean isFloating, SurfaceControl.Transaction t) { in onImeStartPositioning()
225 public void onKeyguardVisibilityChanged(boolean showing) { in onKeyguardVisibilityChanged()
578 boolean showing, boolean isFloating, SurfaceControl.Transaction t) { in onImeStartPositioning()
91 optional bool showing = 1; field
1138 final TextView showing; in transitionPreviewLayout() local