Home
last modified time | relevance | path

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

/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerPinnedStackTests.java1386 Rect imeContentFrame = imeWinState.getContentFrame(); in assertPinnedStackDoesNotIntersectIME() local
1388 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()