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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java323 mUpwardsWhenTresholdReached = isDirectionUpwards(x, y);
345 private boolean isDirectionUpwards(float x, float y) { method in class:PanelView
605 return !isDirectionUpwards(x, y);

Completed in 7 milliseconds