Searched defs:setOverScrollAmount (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DAmbientState.java99 public void setOverScrollAmount(float amount, boolean onTop) { method in class:AmbientState
H A DNotificationStackScrollLayout.java860 setOverScrollAmount(0.0f, true, false);
875 setOverScrollAmount(newTopAmount, true /* onTop */,
908 setOverScrollAmount(newBottomAmount, false /* onTop */,
1030 setOverScrollAmount(numPixels * getRubberBandFactor(onTop), onTop, animate, true);
1041 public void setOverScrollAmount(float amount, boolean onTop, boolean animate) { method in class:NotificationStackScrollLayout
1042 setOverScrollAmount(amount, onTop, animate, true);
1053 public void setOverScrollAmount(float amount, boolean onTop, boolean animate, method in class:NotificationStackScrollLayout
1055 setOverScrollAmount(amount, onTop, animate, cancelAnimators, isRubberbanded(onTop));
1068 public void setOverScrollAmount(float amount, boolean onTop, boolean animate, method in class:NotificationStackScrollLayout
1083 mAmbientState.setOverScrollAmount(amoun
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardWidgetFrame.java483 void setOverScrollAmount(float r, boolean left) { method in class:KeyguardWidgetFrame

Completed in 72 milliseconds