Searched refs:setEmptyDragAmount (Results 1 – 3 of 3) sorted by relevance
116 mDragDownCallback.setEmptyDragAmount(mLastHeight); in onTouchEvent()134 mDragDownCallback.setEmptyDragAmount(0f); in onTouchEvent()212 mDragDownCallback.setEmptyDragAmount((Float) animation.getAnimatedValue()); in cancelExpansion()255 void setEmptyDragAmount(float amount); in setEmptyDragAmount() method
4204 public void setEmptyDragAmount(float amount) { in setEmptyDragAmount() method4205 mNotificationPanel.setEmptyDragAmount(amount); in setEmptyDragAmount()
2244 public void setEmptyDragAmount(float amount) { in setEmptyDragAmount() method in NotificationPanelView