HomeSort by relevance Sort by last modified time
    Searched refs:getEventByPosition (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaListView.java 175 EventInfo event = mWindowAdapter.getEventByPosition(position);
226 EventInfo event = mWindowAdapter.getEventByPosition(position);
248 EventInfo event = mWindowAdapter.getEventByPosition(position);
280 EventInfo event = mWindowAdapter.getEventByPosition(position,
331 EventInfo event = mWindowAdapter.getEventByPosition(i + start);
AgendaWindowAdapter.java 554 public EventInfo getEventByPosition(final int positionInListView) {
555 return getEventByPosition(positionInListView, true);
566 public EventInfo getEventByPosition(final int positionInListView,
568 if (DEBUGLOG) Log.e(TAG, "getEventByPosition " + positionInListView);
    [all...]

Completed in 52 milliseconds