Searched refs:imeContentFrame (Results 1 – 1 of 1) sorted by relevance
1299 Rect imeContentFrame = imeWinState.getContentFrame(); in assertPinnedStackDoesNotIntersectIME() local1301 Rect imeBounds = new Rect(imeContentFrame.left + imeContentInsets.left, in assertPinnedStackDoesNotIntersectIME()1302 imeContentFrame.top + imeContentInsets.top, in assertPinnedStackDoesNotIntersectIME()1303 imeContentFrame.right - imeContentInsets.width(), in assertPinnedStackDoesNotIntersectIME()1304 imeContentFrame.bottom - imeContentInsets.height()); in assertPinnedStackDoesNotIntersectIME()