Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelViewController.java339 private boolean isDirectionUpwards(float x, float y) { in isDirectionUpwards() method in PanelViewController
527 return !isDirectionUpwards(x, y); in isFalseTouch()
1306 mUpwardsWhenThresholdReached = isDirectionUpwards(x, y); in onTouch()