Home
last modified time | relevance | path

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

/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java168 private static final int ID_SELECT_ALL = android.R.id.selectAll; field in EditStyledText
282 case ID_SELECT_ALL: in onTextContextMenuItem()
/frameworks/base/core/java/android/widget/
DTextView.java8250 return onTextContextMenuItem(ID_SELECT_ALL); in onKeyShortcut()
8627 static final int ID_SELECT_ALL = android.R.id.selectAll; field in TextView
8652 case ID_SELECT_ALL: in onTextContextMenuItem()
DEditor.java2807 menu.add(0, TextView.ID_SELECT_ALL, 0, com.android.internal.R.string.selectAll). in onCreateActionMode()