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.java43 private boolean mTouchingHeadsUpView; field in HeadsUpTouchHelper
68 if (!mTouchingHeadsUpView && event.getActionMasked() != MotionEvent.ACTION_DOWN) { in onInterceptTouchEvent()
84 mTouchingHeadsUpView = false; in onInterceptTouchEvent()
87 mTouchingHeadsUpView = !mCallback.isExpanded() in onInterceptTouchEvent()
89 if (mTouchingHeadsUpView) { in onInterceptTouchEvent()
98 mTouchingHeadsUpView = true; in onInterceptTouchEvent()
115 if (mTouchingHeadsUpView && Math.abs(h) > mTouchSlop in onInterceptTouchEvent()
136 if (mPickedChild != null && mTouchingHeadsUpView) { in onInterceptTouchEvent()
181 mTouchingHeadsUpView = false;