Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardAffordanceHelper.java147 if (((leftSwipePossible() && w > mTouchSlop) in onTouchEvent()
193 private boolean leftSwipePossible() { in leftSwipePossible() method in KeyguardAffordanceHelper
335 translation = leftSwipePossible() ? translation : Math.min(0, translation);