Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2529 final int captionInsetsHeight = ((DecorView) mView).getCaptionInsetsHeight(); in updateCaptionInsets() local
2531 if (captionInsetsHeight != 0) { in updateCaptionInsets()
2533 mWinFrame.top + captionInsetsHeight); in updateCaptionInsets()