Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewTest.java237 mTextView.onTextContextMenuItem(TextView.ID_SELECT_ALL); in testCopyShouldNotThrowException()
247 mTextView.onTextContextMenuItem(TextView.ID_SELECT_ALL); in testCutShouldNotThrowException()
/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java1230 case TextView.ID_SELECT_ALL: in getActionType()
DEditor.java2830 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()
DTextView.java11174 return onTextContextMenuItem(ID_SELECT_ALL); in onKeyShortcut()
12120 static final int ID_SELECT_ALL = android.R.id.selectAll; field in TextView.Drawables
12152 case ID_SELECT_ALL: in onTextContextMenuItem()
/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/config/
Dhiddenapi-greylist-max-o.txt84928 Landroid/widget/TextView;->ID_SELECT_ALL:I