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);
131 mDragDownCallback.setEmptyDragAmount(0f);
196 mDragDownCallback.setEmptyDragAmount((Float) animation.getAnimatedValue());
228 void setEmptyDragAmount(float amount); method in interface:DragDownHelper.DragDownCallback
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java1723 public void setEmptyDragAmount(float amount) { method in class:NotificationPanelView
H A DPhoneStatusBar.java3848 public void setEmptyDragAmount(float amount) { method in class:PhoneStatusBar
3849 mNotificationPanel.setEmptyDragAmount(amount);

Completed in 88 milliseconds