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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardAffordanceHelper.java 199 if (rightSwipePossible() && isOnIcon(mRightIcon, x, y)) {
228 private boolean rightSwipePossible() {
377 translation = rightSwipePossible() ? translation : Math.max(0, translation);
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
SwipeButtonHelper.java 222 if (rightSwipePossible() && isOnIcon(rightIcon, x, y)) {
251 private boolean rightSwipePossible() {
416 translation = rightSwipePossible() ? translation : Math.max(0, translation);

Completed in 1147 milliseconds