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.java192 if (leftSwipePossible() && isOnIcon(mLeftIcon, x, y)) { in getIconAtPosition()
195 if (rightSwipePossible() && isOnIcon(mRightIcon, x, y)) { in getIconAtPosition()
202 return isOnIcon(mLeftIcon, x, y) || isOnIcon(mRightIcon, x, y); in isOnAffordanceIcon()
205 private boolean isOnIcon(View icon, float x, float y) { in isOnIcon() method in KeyguardAffordanceHelper