Searched refs:imeFrame (Results 1 – 2 of 2) sorted by relevance
273 final Rect imeFrame = new Rect(state.getDisplayFrame()); in testFreeformContentInsets() local274 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()
3053 final Rect imeFrame = imeSource.getVisibleFrame() != null in getInputMethodWindowVisibleHeight() local3059 return dockFrame.bottom - imeFrame.top; in getInputMethodWindowVisibleHeight()