Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardAffordanceHelper.java195 if (rightSwipePossible() && isOnIcon(mRightIcon, x, y)) { in getIconAtPosition()
224 private boolean rightSwipePossible() { in rightSwipePossible() method in KeyguardAffordanceHelper
373 translation = rightSwipePossible() ? translation : Math.max(0, translation); in setTranslation()