Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1998 void enableCaption(boolean attachedAndVisible) { in enableCaption() argument
1999 if (mHasCaption != attachedAndVisible) { in enableCaption()
2000 mHasCaption = attachedAndVisible; in enableCaption()