Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java104 private boolean mUpwardsWhenTresholdReached; field in PanelView
391 mUpwardsWhenTresholdReached = isDirectionUpwards(x, y); in onTouchEvent()
712 if (mUpwardsWhenTresholdReached) { in isFalseTouch()