Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
DSwipeButtonHelper.java219 if (leftSwipePossible() && isOnIcon(leftIcon, x, y)) { in getIconAtPosition()
222 if (rightSwipePossible() && isOnIcon(rightIcon, x, y)) { in getIconAtPosition()
229 return isOnIcon(leftIcon, x, y) || isOnIcon(rightIcon, x, y); in isOnAffordanceIcon()
232 private boolean isOnIcon(View icon, float x, float y) { in isOnIcon() method in SwipeButtonHelper