Searched refs:setEmptyDragAmount (Results 1 – 4 of 4) sorted by relevance
250 setEmptyDragAmount(emptyDragAmount * RUBBERBAND_FACTOR_STATIC) in <lambda>()262 private fun setEmptyDragAmount(amount: Float) { in <lambda>() method264 expansionCallback.setEmptyDragAmount(amount) in <lambda>()294 anim.addUpdateListener { animation -> setEmptyDragAmount(animation.animatedValue as Float) } in <lambda>()343 fun setEmptyDragAmount(amount: Float) in <lambda>() method
117 mDragDownCallback.setEmptyDragAmount(mLastHeight); in onTouchEvent()216 mDragDownCallback.setEmptyDragAmount((Float) animation.getAnimatedValue()); in cancelExpansion()262 void setEmptyDragAmount(float amount); in setEmptyDragAmount() method
6409 public void setEmptyDragAmount(float amount) {6410 mNotificationPanel.setEmptyDragAmount(amount);
2773 public void setEmptyDragAmount(float amount) { in setEmptyDragAmount() method in NotificationPanelView