Searched defs:ID_SELECT_ALL (Results 1 - 2 of 2) 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 DTextView.java9968 return onTextContextMenuItem(ID_SELECT_ALL);
10784 static final int ID_SELECT_ALL = android.R.id.selectAll; field in class:TextView
10816 case ID_SELECT_ALL:

Completed in 101 milliseconds