Searched refs:ID_SELECT_ALL (Results 1 – 6 of 6) sorted by relevance
237 mTextView.onTextContextMenuItem(TextView.ID_SELECT_ALL); in testCopyShouldNotThrowException()247 mTextView.onTextContextMenuItem(TextView.ID_SELECT_ALL); in testCutShouldNotThrowException()
1230 case TextView.ID_SELECT_ALL: in getActionType()
2830 menu.add(Menu.NONE, TextView.ID_SELECT_ALL, MENU_ITEM_ORDER_SELECT_ALL, in onCreateContextMenu()4055 boolean selectAllItemExists = menu.findItem(TextView.ID_SELECT_ALL) != null; in updateSelectAllItem()4057 menu.add(Menu.NONE, TextView.ID_SELECT_ALL, MENU_ITEM_ORDER_SELECT_ALL, in updateSelectAllItem()4061 menu.removeItem(TextView.ID_SELECT_ALL); in updateSelectAllItem()
11174 return onTextContextMenuItem(ID_SELECT_ALL); in onKeyShortcut()12120 static final int ID_SELECT_ALL = android.R.id.selectAll; field in TextView.Drawables12152 case ID_SELECT_ALL: in onTextContextMenuItem()
168 private static final int ID_SELECT_ALL = android.R.id.selectAll; field in EditStyledText282 case ID_SELECT_ALL: in onTextContextMenuItem()
84928 Landroid/widget/TextView;->ID_SELECT_ALL:I