Searched refs:setEmptyDragAmount (Results 1 – 4 of 4) sorted by relevance
181 setEmptyDragAmount(emptyDragAmount * RUBBERBAND_FACTOR_STATIC) in <lambda>()193 private fun setEmptyDragAmount(amount: Float) { in <lambda>() method195 mExpansionCallback!!.setEmptyDragAmount(amount) in <lambda>()225 anim.addUpdateListener { animation -> setEmptyDragAmount(animation.animatedValue as Float) } in <lambda>()272 fun setEmptyDragAmount(amount: Float) in <lambda>() method
117 mDragDownCallback.setEmptyDragAmount(mLastHeight); in onTouchEvent()212 mDragDownCallback.setEmptyDragAmount((Float) animation.getAnimatedValue()); in cancelExpansion()254 void setEmptyDragAmount(float amount); in setEmptyDragAmount() method
6393 public void setEmptyDragAmount(float amount) {6394 mNotificationPanel.setEmptyDragAmount(amount);
2469 public void setEmptyDragAmount(float amount) { in setEmptyDragAmount() method in NotificationPanelView