Searched refs:ID_SELECT_ALL (Results 1 – 3 of 3) sorted by relevance
168 private static final int ID_SELECT_ALL = android.R.id.selectAll; field in EditStyledText282 case ID_SELECT_ALL: in onTextContextMenuItem()
8250 return onTextContextMenuItem(ID_SELECT_ALL); in onKeyShortcut()8627 static final int ID_SELECT_ALL = android.R.id.selectAll; field in TextView8652 case ID_SELECT_ALL: in onTextContextMenuItem()
2807 menu.add(0, TextView.ID_SELECT_ALL, 0, com.android.internal.R.string.selectAll). in onCreateActionMode()