Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java2110 void enableCaption(boolean attachedAndVisible) { in enableCaption() argument
2111 if (mHasCaption != attachedAndVisible) { in enableCaption()
2112 mHasCaption = attachedAndVisible; in enableCaption()