Home
last modified time | relevance | path

Searched refs:setEmptyDragAmount (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt181 setEmptyDragAmount(emptyDragAmount * RUBBERBAND_FACTOR_STATIC) in <lambda>()
193 private fun setEmptyDragAmount(amount: Float) { in <lambda>() method
195 mExpansionCallback!!.setEmptyDragAmount(amount) in <lambda>()
225 anim.addUpdateListener { animation -> setEmptyDragAmount(animation.animatedValue as Float) } in <lambda>()
272 fun setEmptyDragAmount(amount: Float) in <lambda>() method
DDragDownHelper.java117 mDragDownCallback.setEmptyDragAmount(mLastHeight); in onTouchEvent()
212 mDragDownCallback.setEmptyDragAmount((Float) animation.getAnimatedValue()); in cancelExpansion()
254 void setEmptyDragAmount(float amount); in setEmptyDragAmount() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java6393 public void setEmptyDragAmount(float amount) {
6394 mNotificationPanel.setEmptyDragAmount(amount);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java2469 public void setEmptyDragAmount(float amount) { in setEmptyDragAmount() method in NotificationPanelView