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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpTouchHelper.java40 private boolean mTouchingHeadsUpView; field in class:HeadsUpTouchHelper
63 if (!mTouchingHeadsUpView && event.getActionMasked() != MotionEvent.ACTION_DOWN) {
79 mTouchingHeadsUpView = false;
82 mTouchingHeadsUpView = !mStackScroller.isExpanded()
90 mTouchingHeadsUpView = true;
107 if (mTouchingHeadsUpView && Math.abs(h) > mTouchSlop
130 if (mPickedChild != null && mTouchingHeadsUpView) {
175 mTouchingHeadsUpView = false;

Completed in 260 milliseconds