Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayImeController.java374 final int floatingInset = (int) (mDisplayController.getDisplayLayout(mDisplayId) in startAnimation() local
376 mImeFrame.bottom -= floatingInset; in startAnimation()