Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
DActivityManagerPinnedStackTests.java1113 Rectangle imeContentInsets = imeWinState.getGivenContentInsets(); in assertPinnedStackDoesNotIntersectIME() local
1114 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()