Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java41 private boolean mTouchingHeadsUpView; field in HeadsUpTouchHelper
67 if (!mTouchingHeadsUpView && event.getActionMasked() != MotionEvent.ACTION_DOWN) { in onInterceptTouchEvent()
87 mTouchingHeadsUpView = false; in onInterceptTouchEvent()
90 mTouchingHeadsUpView = mPickedChild.isHeadsUp() && mPickedChild.isPinned(); in onInterceptTouchEvent()
106 if (mTouchingHeadsUpView && Math.abs(h) > mTouchSlop in onInterceptTouchEvent()
125 if (mPickedChild != null && mTouchingHeadsUpView) { in onInterceptTouchEvent()
170 mTouchingHeadsUpView = false;