Searched refs:setEmptyDragAmount (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDragDownHelper.java116 mDragDownCallback.setEmptyDragAmount(mLastHeight);
134 mDragDownCallback.setEmptyDragAmount(0f);
212 mDragDownCallback.setEmptyDragAmount((Float) animation.getAnimatedValue());
255 void setEmptyDragAmount(float amount); method in interface:DragDownHelper.DragDownCallback
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java2174 public void setEmptyDragAmount(float amount) { method in class:NotificationPanelView
H A DStatusBar.java5007 public void setEmptyDragAmount(float amount) { method in class:StatusBar
5008 mNotificationPanel.setEmptyDragAmount(amount);

Completed in 1927 milliseconds