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.java81 private boolean mUpwardsWhenTresholdReached; field in PanelView
323 mUpwardsWhenTresholdReached = isDirectionUpwards(x, y); in onTouchEvent()
602 if (mUpwardsWhenTresholdReached) { in isFalseTouch()