Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java3326 final Rect dockFrame = mTmpRect; in getInputMethodWindowVisibleHeight() local
3327 dockFrame.set(state.getDisplayFrame()); in getInputMethodWindowVisibleHeight()
3328 dockFrame.inset(state.calculateInsets(dockFrame, systemBars() | displayCutout(), in getInputMethodWindowVisibleHeight()
3330 return dockFrame.bottom - imeFrame.top; in getInputMethodWindowVisibleHeight()