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