Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DWindowDecoration.java140 private boolean mIsCaptionVisible; field in WindowDecoration
332 if (!mIsCaptionVisible) { in updateCaptionInsets()
498 mIsCaptionVisible = source.isVisible(); in updateCaptionVisibility()
499 setCaptionVisibility(rootView, mIsCaptionVisible); in updateCaptionVisibility()
652 if (captionHeightId == Resources.ID_NULL || !mIsCaptionVisible) { in addCaptionInset()