Home
last modified time | relevance | path

Searched refs:imeContentFrame (Results 1 – 1 of 1) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java1299 Rect imeContentFrame = imeWinState.getContentFrame(); in assertPinnedStackDoesNotIntersectIME() local
1301 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()