Searched refs:imeContentFrame (Results 1 – 1 of 1) sorted by relevance
1386 Rect imeContentFrame = imeWinState.getContentFrame(); in assertPinnedStackDoesNotIntersectIME() local1388 Rect imeBounds = new Rect(imeContentFrame.left + imeContentInsets.left, in assertPinnedStackDoesNotIntersectIME()1389 imeContentFrame.top + imeContentInsets.top, in assertPinnedStackDoesNotIntersectIME()1390 imeContentFrame.right - imeContentInsets.width(), in assertPinnedStackDoesNotIntersectIME()1391 imeContentFrame.bottom - imeContentInsets.height()); in assertPinnedStackDoesNotIntersectIME()