Searched refs:shiftedX (Results 1 – 1 of 1) sorted by relevance
381 int shiftedX = x; in maybeHideRecentsFromBackgroundTap() local383 shiftedX -= mWindowTouchSlop; in maybeHideRecentsFromBackgroundTap()385 shiftedX += mWindowTouchSlop; in maybeHideRecentsFromBackgroundTap()387 if (findViewAtPoint(shiftedX, y) != null) { in maybeHideRecentsFromBackgroundTap()