Searched refs:setNotificationsOverScrollAmount (Results 1 – 6 of 6) sorted by relevance
114 verify(scrimController).setNotificationsOverScrollAmount(intThat { it > 0 }) in verifyOverScrollPerformed()122 verify(scrimController, atLeast(1)).setNotificationsOverScrollAmount(0) in verifyOverScrollResetToZero()
94 scrimController.setNotificationsOverScrollAmount(overscrollAmount) in <lambda>()113 scrimController.setNotificationsOverScrollAmount(overScrollAmount) in <lambda>()
1220 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()
1905 mScrimController.setNotificationsOverScrollAmount(overScrollAmount); in setNotificationsOverScrollAmount_setsTranslationYOnNotificationsScrim()1914 mScrimController.setNotificationsOverScrollAmount(overScrollAmount); in setNotificationsOverScrollAmount_doesNotSetTranslationYOnBehindScrim()1923 mScrimController.setNotificationsOverScrollAmount(overScrollAmount); in setNotificationsOverScrollAmount_doesNotSetTranslationYOnFrontScrim()
872 public void setNotificationsOverScrollAmount(int overScrollAmount) { in setNotificationsOverScrollAmount() method in ScrimController
1370 mScrimController.setNotificationsOverScrollAmount(0); in onSplitShadeEnabledChanged()2922 mScrimController.setNotificationsOverScrollAmount((int) overExpansion); in setOverExpansion()