Searched refs:overScrollAmount (Results 1 – 6 of 6) sorted by relevance
111 val overScrollAmount = it.animatedValue as Int regex112 qS.setOverScrollAmount(overScrollAmount)113 scrimController.setNotificationsOverScrollAmount(overScrollAmount)114 nsslController.setOverScrollAmount(overScrollAmount)
157 default void setOverScrollAmount(int overScrollAmount) {} in setOverScrollAmount() argument
1665 int overScrollAmount = 10; in setNotificationsOverScrollAmount_setsTranslationYOnNotificationsScrim() local1667 mScrimController.setNotificationsOverScrollAmount(overScrollAmount); in setNotificationsOverScrollAmount_setsTranslationYOnNotificationsScrim()1669 assertThat(mNotificationsScrim.getTranslationY()).isEqualTo(overScrollAmount); in setNotificationsOverScrollAmount_setsTranslationYOnNotificationsScrim()1674 int overScrollAmount = 10; in setNotificationsOverScrollAmount_doesNotSetTranslationYOnBehindScrim() local1676 mScrimController.setNotificationsOverScrollAmount(overScrollAmount); in setNotificationsOverScrollAmount_doesNotSetTranslationYOnBehindScrim()1683 int overScrollAmount = 10; in setNotificationsOverScrollAmount_doesNotSetTranslationYOnFrontScrim() local1685 mScrimController.setNotificationsOverScrollAmount(overScrollAmount); in setNotificationsOverScrollAmount_doesNotSetTranslationYOnFrontScrim()
604 public void setOverScrollAmount(int overScrollAmount) { in setOverScrollAmount() argument605 mOverScrolling = overScrollAmount != 0; in setOverScrollAmount()608 view.setTranslationY(overScrollAmount); in setOverScrollAmount()
765 public void setNotificationsOverScrollAmount(int overScrollAmount) { in setNotificationsOverScrollAmount() argument766 if (mNotificationsScrim != null) mNotificationsScrim.setTranslationY(overScrollAmount); in setNotificationsOverScrollAmount()
1600 public void setOverScrollAmount(int overScrollAmount) {1601 mView.setExtraTopInsetForFullShadeTransition(overScrollAmount);