Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java3170 final Rect dockFrame = mTmpRect; in getInputMethodWindowVisibleHeight() local
3171 dockFrame.set(state.getDisplayFrame()); in getInputMethodWindowVisibleHeight()
3172 dockFrame.inset(state.calculateInsets(dockFrame, systemBars() | displayCutout(), in getInputMethodWindowVisibleHeight()
3174 return dockFrame.bottom - imeFrame.top; in getInputMethodWindowVisibleHeight()