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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java159 if (((leftSwipePossible() && w > mTouchSlop)
202 private boolean leftSwipePossible() { method in class:KeyguardAffordanceHelper
344 translation = leftSwipePossible() ? translation : Math.min(0, translation);

Completed in 90 milliseconds