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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDragDownHelper.java114 mDragDownCallback.setEmptyDragAmount(mLastHeight);
132 mDragDownCallback.setEmptyDragAmount(0f);
197 mDragDownCallback.setEmptyDragAmount((Float) animation.getAnimatedValue());
229 void setEmptyDragAmount(float amount); method in interface:DragDownHelper.DragDownCallback
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java1883 public void setEmptyDragAmount(float amount) { method in class:NotificationPanelView
H A DPhoneStatusBar.java4005 public void setEmptyDragAmount(float amount) { method in class:PhoneStatusBar
4006 mNotificationPanel.setEmptyDragAmount(amount);

Completed in 352 milliseconds