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.kt250 setEmptyDragAmount(emptyDragAmount * RUBBERBAND_FACTOR_STATIC) in <lambda>()
262 private fun setEmptyDragAmount(amount: Float) { in <lambda>() method
264 expansionCallback.setEmptyDragAmount(amount) in <lambda>()
294 anim.addUpdateListener { animation -> setEmptyDragAmount(animation.animatedValue as Float) } in <lambda>()
343 fun setEmptyDragAmount(amount: Float) in <lambda>() method
DDragDownHelper.java117 mDragDownCallback.setEmptyDragAmount(mLastHeight); in onTouchEvent()
216 mDragDownCallback.setEmptyDragAmount((Float) animation.getAnimatedValue()); in cancelExpansion()
262 void setEmptyDragAmount(float amount); in setEmptyDragAmount() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java6409 public void setEmptyDragAmount(float amount) {
6410 mNotificationPanel.setEmptyDragAmount(amount);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java2773 public void setEmptyDragAmount(float amount) { in setEmptyDragAmount() method in NotificationPanelView