HomeSort by relevance Sort by last modified time
    Searched refs:isOnIcon (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardAffordanceHelper.java 196 if (leftSwipePossible() && isOnIcon(mLeftIcon, x, y)) {
199 if (rightSwipePossible() && isOnIcon(mRightIcon, x, y)) {
206 return isOnIcon(mLeftIcon, x, y) || isOnIcon(mRightIcon, x, y);
209 private boolean isOnIcon(View icon, float x, float y) {
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
SwipeButtonHelper.java 219 if (leftSwipePossible() && isOnIcon(leftIcon, x, y)) {
222 if (rightSwipePossible() && isOnIcon(rightIcon, x, y)) {
229 return isOnIcon(leftIcon, x, y) || isOnIcon(rightIcon, x, y);
232 private boolean isOnIcon(View icon, float x, float y) {

Completed in 157 milliseconds