OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getItemForId
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/datetimepicker/src/com/googlecode/eyesfree/utils/
TouchExplorationHelper.java
68
return
getItemForId
(mFocusedItemId);
147
final T item =
getItemForId
(virtualViewId);
163
final T item =
getItemForId
(virtualViewId);
459
* {@link #
getItemForId
(int)}.
474
protected abstract T
getItemForId
(int id);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
SimpleMonthView.java
607
items.add(
getItemForId
(day));
622
protected CalendarDay
getItemForId
(int id) {
Completed in 59 milliseconds