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.java196 if (leftSwipePossible() && isOnIcon(mLeftIcon, x, y)) { in getIconAtPosition()
232 private boolean leftSwipePossible() { in leftSwipePossible() method in KeyguardAffordanceHelper
378 translation = leftSwipePossible() ? translation : Math.min(0, translation); in setTranslation()