Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowFrameTests.java273 final Rect imeFrame = new Rect(state.getDisplayFrame()); in testFreeformContentInsets() local
274 imeFrame.top = 400; in testFreeformContentInsets()
275 imeSource.setFrame(imeFrame); in testFreeformContentInsets()
289 assertFrame(w, winRect.left, imeFrame.top - winRect.height(), winRect.right, imeFrame.top); in testFreeformContentInsets()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java3053 final Rect imeFrame = imeSource.getVisibleFrame() != null in getInputMethodWindowVisibleHeight() local
3059 return dockFrame.bottom - imeFrame.top; in getInputMethodWindowVisibleHeight()