/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutControllerTest.java | 284 mController.setQsExpanded(false); in testUpdateEmptyShadeView_splitShadeMode_alwaysShowEmptyView() 291 mController.setQsExpanded(true); in testUpdateEmptyShadeView_splitShadeMode_alwaysShowEmptyView() 429 mController.setQsExpanded(false); in setupShowEmptyShadeViewState() 433 mController.setQsExpanded(true); in setupShowEmptyShadeViewState()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
H A D | FalsingCollector.java | 47 void setQsExpanded(boolean expanded); in setQsExpanded() method
|
H A D | FalsingCollectorFake.java | 52 public void setQsExpanded(boolean expanded) { in setQsExpanded() method in FalsingCollectorFake
|
H A D | FalsingCollectorImpl.java | 197 public void setQsExpanded(boolean expanded) { in setQsExpanded() method in FalsingCollectorImpl
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationShadeWindowController.java | 94 default void setQsExpanded(boolean expanded) {} in setQsExpanded() method
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/ |
H A D | FalsingCollectorImplTest.java | 140 mFalsingCollector.setQsExpanded(true); in testUnregisterSensor_QS() 142 mFalsingCollector.setQsExpanded(false); in testUnregisterSensor_QS()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationPanelViewController.java | 2153 @VisibleForTesting void setQsExpanded(boolean expanded) { in setQsExpanded() method in NotificationPanelViewController 2159 mFalsingCollector.setQsExpanded(expanded); in setQsExpanded() 2160 mStatusBar.setQsExpanded(expanded); in setQsExpanded() 2161 mNotificationsQSContainerController.setQsExpanded(expanded); in setQsExpanded() 2162 mPulseExpansionHandler.setQsExpanded(expanded); in setQsExpanded() 2164 mStatusBarKeyguardViewManager.setQsExpanded(expanded); in setQsExpanded() 2165 mLockIconViewController.setQsExpanded(expanded); in setQsExpanded() 2166 mPrivacyDotViewController.setQsExpanded(expanded); in setQsExpanded() 2225 setQsExpanded(true); in setQsExpansion() 2227 setQsExpanded(false); in setQsExpansion() [all …]
|
H A D | StatusBarKeyguardViewManager.java | 1239 public void setQsExpanded(boolean expanded) { in setQsExpanded() method in StatusBarKeyguardViewManager 1242 mAlternateAuthInterceptor.setQsExpanded(expanded); in setQsExpanded() 1347 void setQsExpanded(boolean expanded); in setQsExpanded() method
|
H A D | NotificationShadeWindowControllerImpl.java | 559 public void setQsExpanded(boolean expanded) { in setQsExpanded() method in NotificationShadeWindowControllerImpl
|
H A D | StatusBar.java | 1814 public void setQsExpanded(boolean expanded) { in setQsExpanded() method 1815 mNotificationShadeWindowController.setQsExpanded(expanded); in setQsExpanded()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsKeyguardViewController.java | 352 public void setQsExpanded(boolean expanded) {
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/ |
H A D | DataCollector.java | 325 public void setQsExpanded(boolean expanded) { in setQsExpanded() method in DataCollector
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationPanelViewControllerTest.java | 733 mNotificationPanelViewController.setQsExpanded(true); in testCanCollapsePanelOnTouch_trueWhenInSettings() 742 mNotificationPanelViewController.setQsExpanded(true); in testCanCollapsePanelOnTouch_falseInDualPaneShade()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
H A D | PrivacyDotViewController.kt | 129 fun setQsExpanded(expanded: Boolean) { regex
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | LockIconViewController.java | 240 public void setQsExpanded(boolean expanded) { in setQsExpanded() method in LockIconViewController
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutController.java | 1068 public void setQsExpanded(boolean expanded) { in setQsExpanded() method in NotificationStackScrollLayoutController 1069 mView.setQsExpanded(expanded); in setQsExpanded()
|
H A D | NotificationStackScrollLayout.java | 4784 public void setQsExpanded(boolean qsExpanded) { in setQsExpanded() method
|