Home
last modified time | relevance | path

Searched refs:setNotificationsOverScrollAmount (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DSplitShadeLockScreenOverScrollerTest.kt114 verify(scrimController).setNotificationsOverScrollAmount(intThat { it > 0 }) in verifyOverScrollPerformed()
122 verify(scrimController, atLeast(1)).setNotificationsOverScrollAmount(0) in verifyOverScrollResetToZero()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSplitShadeLockScreenOverScroller.kt94 scrimController.setNotificationsOverScrollAmount(overscrollAmount) in <lambda>()
113 scrimController.setNotificationsOverScrollAmount(overScrollAmount) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java1220 verify(mScrimController).setNotificationsOverScrollAmount(123); in onSplitShadeChanged_duringShadeExpansion_resetsOverScrollState()
1225 verify(mScrimController).setNotificationsOverScrollAmount(0); in onSplitShadeChanged_duringShadeExpansion_resetsOverScrollState()
1235 verify(mScrimController, times(2)).setNotificationsOverScrollAmount(0); in onSplitShadeChanged_alwaysResetsOverScrollState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DScrimControllerTest.java1905 mScrimController.setNotificationsOverScrollAmount(overScrollAmount); in setNotificationsOverScrollAmount_setsTranslationYOnNotificationsScrim()
1914 mScrimController.setNotificationsOverScrollAmount(overScrollAmount); in setNotificationsOverScrollAmount_doesNotSetTranslationYOnBehindScrim()
1923 mScrimController.setNotificationsOverScrollAmount(overScrollAmount); in setNotificationsOverScrollAmount_doesNotSetTranslationYOnFrontScrim()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java872 public void setNotificationsOverScrollAmount(int overScrollAmount) { in setNotificationsOverScrollAmount() method in ScrimController
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1370 mScrimController.setNotificationsOverScrollAmount(0); in onSplitShadeEnabledChanged()
2922 mScrimController.setNotificationsOverScrollAmount((int) overExpansion); in setOverExpansion()