Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardAffordanceHelper.java193 if (leftSwipePossible() && isOnIcon(mLeftIcon, x, y)) { in getIconAtPosition()
196 if (rightSwipePossible() && isOnIcon(mRightIcon, x, y)) { in getIconAtPosition()
203 return isOnIcon(mLeftIcon, x, y) || isOnIcon(mRightIcon, x, y); in isOnAffordanceIcon()
206 private boolean isOnIcon(View icon, float x, float y) { in isOnIcon() method in KeyguardAffordanceHelper