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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDragDownHelper.java115 mDragDownCallback.setEmptyDragAmount(mLastHeight);
133 mDragDownCallback.setEmptyDragAmount(0f);
208 mDragDownCallback.setEmptyDragAmount((Float) animation.getAnimatedValue());
251 void setEmptyDragAmount(float amount); method in interface:DragDownHelper.DragDownCallback
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java2107 public void setEmptyDragAmount(float amount) { method in class:NotificationPanelView
H A DStatusBar.java4684 public void setEmptyDragAmount(float amount) { method in class:StatusBar
4685 mNotificationPanel.setEmptyDragAmount(amount);

Completed in 4247 milliseconds