Searched refs:imeContentInsets (Results 1 – 1 of 1) sorted by relevance
1113 Rectangle imeContentInsets = imeWinState.getGivenContentInsets(); in assertPinnedStackDoesNotIntersectIME() local1114 Rectangle imeBounds = new Rectangle(imeContentFrame.x + imeContentInsets.x, in assertPinnedStackDoesNotIntersectIME()1115 imeContentFrame.y + imeContentInsets.y, in assertPinnedStackDoesNotIntersectIME()1116 imeContentFrame.width - imeContentInsets.width, in assertPinnedStackDoesNotIntersectIME()1117 imeContentFrame.height - imeContentInsets.height); in assertPinnedStackDoesNotIntersectIME()