Searched refs:setEmptyDragAmount (Results 1 – 4 of 4) sorted by relevance
253 setEmptyDragAmount(emptyDragAmount * RUBBERBAND_FACTOR_STATIC) in <lambda>()265 private fun setEmptyDragAmount(amount: Float) { in <lambda>() method267 expansionCallback.setEmptyDragAmount(amount) in <lambda>()297 anim.addUpdateListener { animation -> setEmptyDragAmount(animation.animatedValue as Float) } in <lambda>()346 fun setEmptyDragAmount(amount: Float) in <lambda>() method
125 mDragDownCallback.setEmptyDragAmount(mLastHeight); in onTouchEvent()224 mDragDownCallback.setEmptyDragAmount((Float) animation.getAnimatedValue()); in cancelExpansion()270 void setEmptyDragAmount(float amount); in setEmptyDragAmount() method
3112 public void setEmptyDragAmount(float amount) { in setEmptyDragAmount() method3113 mExpansionCallback.setEmptyDragAmount(amount); in setEmptyDragAmount()3603 public void setEmptyDragAmount(float amount) {
6703 public void setEmptyDragAmount(float amount) {6704 mNotificationPanelController.setEmptyDragAmount(amount);