Searched refs:isDirectionUpwards (Results 1 – 1 of 1) sorted by relevance
391 mUpwardsWhenTresholdReached = isDirectionUpwards(x, y); in onTouchEvent()439 private boolean isDirectionUpwards(float x, float y) { in isDirectionUpwards() method in PanelView715 return !isDirectionUpwards(x, y); in isFalseTouch()