Searched refs:shiftedX (Results 1 – 1 of 1) sorted by relevance
393 int shiftedX = x; in maybeHideRecentsFromBackgroundTap() local395 shiftedX -= mWindowTouchSlop; in maybeHideRecentsFromBackgroundTap()397 shiftedX += mWindowTouchSlop; in maybeHideRecentsFromBackgroundTap()399 if (findViewAtPoint(shiftedX, y) != null) { in maybeHideRecentsFromBackgroundTap()