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.java2000 void enableCaption(boolean attachedAndVisible) { in enableCaption() argument
2001 if (mHasCaption != attachedAndVisible) { in enableCaption()
2002 mHasCaption = attachedAndVisible; in enableCaption()