Home
last modified time | relevance | path

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

/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java2156 private void buildAndShowColorDialogue(int type, CharSequence title, int[] colors) { in buildAndShowColorDialogue() method in EditStyledText.StyledTextDialog
2258 buildAndShowColorDialogue(TYPE_FOREGROUND, mColorTitle, colorints); in onShowForegroundColorAlertDialog()
2272 buildAndShowColorDialogue(TYPE_BACKGROUND, mColorTitle, colorInts); in onShowBackgroundColorAlertDialog()