Searched refs:shiftedX (Results 1 – 1 of 1) sorted by relevance
394 int shiftedX = x; in maybeHideRecentsFromBackgroundTap() local396 shiftedX -= mWindowTouchSlop; in maybeHideRecentsFromBackgroundTap()398 shiftedX += mWindowTouchSlop; in maybeHideRecentsFromBackgroundTap()400 if (findViewAtPoint(shiftedX, y) != null) { in maybeHideRecentsFromBackgroundTap()