Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java3423 final Rect dockFrame = mTmpRect; in getInputMethodWindowVisibleHeight() local
3424 dockFrame.set(state.getDisplayFrame()); in getInputMethodWindowVisibleHeight()
3425 dockFrame.inset(state.calculateInsets(dockFrame, systemBars() | displayCutout(), in getInputMethodWindowVisibleHeight()
3427 return dockFrame.bottom - imeFrame.top; in getInputMethodWindowVisibleHeight()