Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DCaptioningManager.java350 private final boolean mHasForegroundColor; field in CaptioningManager.CaptionStyle
361 mHasForegroundColor = hasColor(foregroundColor); in CaptionStyle()
369 this.foregroundColor = mHasForegroundColor ? foregroundColor : Color.WHITE; in CaptionStyle()
433 return mHasForegroundColor; in hasForegroundColor()