Searched refs:setNotificationsOverScrollAmount (Results 1 – 6 of 6) sorted by relevance
105 verify(scrimController).setNotificationsOverScrollAmount(intThat { it > 0 })113 verify(scrimController, atLeast(1)).setNotificationsOverScrollAmount(0)
94 scrimController.setNotificationsOverScrollAmount(overscrollAmount)113 scrimController.setNotificationsOverScrollAmount(overScrollAmount)
1126 verify(mScrimController).setNotificationsOverScrollAmount(123); in onSplitShadeChanged_duringShadeExpansion_resetsOverScrollState()1131 verify(mScrimController).setNotificationsOverScrollAmount(0); in onSplitShadeChanged_duringShadeExpansion_resetsOverScrollState()1141 verify(mScrimController, times(2)).setNotificationsOverScrollAmount(0); in onSplitShadeChanged_alwaysResetsOverScrollState()
1667 mScrimController.setNotificationsOverScrollAmount(overScrollAmount); in setNotificationsOverScrollAmount_setsTranslationYOnNotificationsScrim()1676 mScrimController.setNotificationsOverScrollAmount(overScrollAmount); in setNotificationsOverScrollAmount_doesNotSetTranslationYOnBehindScrim()1685 mScrimController.setNotificationsOverScrollAmount(overScrollAmount); in setNotificationsOverScrollAmount_doesNotSetTranslationYOnFrontScrim()
765 public void setNotificationsOverScrollAmount(int overScrollAmount) { in setNotificationsOverScrollAmount() method in ScrimController
1310 mScrimController.setNotificationsOverScrollAmount(0); in onSplitShadeEnabledChanged()2762 mScrimController.setNotificationsOverScrollAmount((int) overExpansion); in setOverExpansion()