Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DActivatableNotificationView.java113 private float mActivationX; field in ActivatableNotificationView
290 mActivationX = event.getX(); in handleTouchEventDimmed()
296 event.getX() - mActivationX, in handleTouchEventDimmed()
418 return Math.abs(event.getX() - mActivationX) < mDoubleTapSlop in isWithinDoubleTapSlop()