Searched defs:ID_SELECT_ALL (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/widget/
H A DTextView.java8754 return onTextContextMenuItem(ID_SELECT_ALL);
9326 static final int ID_SELECT_ALL = android.R.id.selectAll; field in class:TextView
9356 case ID_SELECT_ALL:
/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:

Completed in 253 milliseconds