Home
last modified time | relevance | path

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

/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java2808 private BackgroundColorAction mBackgroundColorAction = new BackgroundColorAction(); field in EditStyledText.EditModeActions
2837 mActionMap.put(EditStyledText.MODE_BGCOLOR, mBackgroundColorAction); in EditModeActions()