Searched refs:attachedAndVisible (Results 1 – 1 of 1) sorted by relevance
2110 void enableCaption(boolean attachedAndVisible) { in enableCaption() argument2111 if (mHasCaption != attachedAndVisible) { in enableCaption()2112 mHasCaption = attachedAndVisible; in enableCaption()