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

/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java168 private static final int ID_SELECT_ALL = android.R.id.selectAll; field in class:EditStyledText
282 case ID_SELECT_ALL:
/frameworks/base/core/java/android/widget/
H A DEditor.java2656 menu.add(Menu.NONE, TextView.ID_SELECT_ALL, MENU_ITEM_ORDER_SELECT_ALL,
3886 boolean selectAllItemExists = menu.findItem(TextView.ID_SELECT_ALL) != null;
3888 menu.add(Menu.NONE, TextView.ID_SELECT_ALL, MENU_ITEM_ORDER_SELECT_ALL,
3892 menu.removeItem(TextView.ID_SELECT_ALL);
H A DTextView.java9963 return onTextContextMenuItem(ID_SELECT_ALL);
10770 static final int ID_SELECT_ALL = android.R.id.selectAll; field in class:TextView
10802 case ID_SELECT_ALL:

Completed in 313 milliseconds