Home
last modified time | relevance | path

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

/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java2798 private NothingAction mNothingAction = new NothingAction(); field in EditStyledText.EditModeActions
2827 mActionMap.put(EditStyledText.MODE_NOTHING, mNothingAction); in EditModeActions()