Home
last modified time | relevance | path

Searched refs:setQsPosition (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DScrimControllerTest.java272 mScrimController.setQsPosition(1f, 0); in transitionToShadeLocked()
290 mScrimController.setQsPosition(1f, 0); in transitionToShadeLocked_clippingQs()
695 mScrimController.setQsPosition(1f, 999 /* value doesn't matter */); in qsExpansion()
708 mScrimController.setQsPosition(1f, 999 /* value doesn't matter */); in qsExpansion_clippingQs()
721 mScrimController.setQsPosition(0.25f, 999 /* value doesn't matter */); in qsExpansion_half_clippingQs()
1086 mScrimController.setQsPosition(0, 300); in testScrimsOpaque_whenShadeFullyExpanded()
1102 mScrimController.setQsPosition(0, 300); in testAuthScrim_notifScrimOpaque_whenShadeFullyExpanded()
1138 mScrimController.setQsPosition(0, 300); in testScrimsVisible_whenShadeVisible()
1173 mScrimController.setQsPosition(0.5f, 300); in testScrimsVisible_whenShadeVisible_clippingQs()
1185 mScrimController.setQsPosition(0.25f, 300); in testScrimsVisible_whenShadeVisibleOnLockscreen()
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java584 public void setQsPosition(float expansionFraction, int qsPanelBottomY) { in setQsPosition() method in ScrimController
H A DNotificationPanelViewController.java2265 mScrimController.setQsPosition(qsExpansionFraction, qsPanelBottomY); in updateQsExpansion()