Home
last modified time | relevance | path

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

/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java2019 private CharSequence mColorTitle; field in EditStyledText.StyledTextDialog
2043 mColorTitle = colortitle; in setColorAlertParams()
2075 } else if (mColorTitle == null || mColorNames == null || mColorInts == null) { in checkColorAlertParams()
2258 buildAndShowColorDialogue(TYPE_FOREGROUND, mColorTitle, colorints); in onShowForegroundColorAlertDialog()
2272 buildAndShowColorDialogue(TYPE_BACKGROUND, mColorTitle, colorInts); in onShowBackgroundColorAlertDialog()