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 195 EventInfo event = mWindowAdapter.getEventByPosition(position);
237 EventInfo event = mWindowAdapter.getEventByPosition(position);
259 EventInfo event = mWindowAdapter.getEventByPosition(position);
291 EventInfo event = mWindowAdapter.getEventByPosition(position,
342 EventInfo event = mWindowAdapter.getEventByPosition(i + start);
AgendaWindowAdapter.java 542 public EventInfo getEventByPosition(final int positionInListView) {
543 return getEventByPosition(positionInListView, true);
554 public EventInfo getEventByPosition(final int positionInListView,
556 if (DEBUGLOG) Log.e(TAG, "getEventByPosition " + positionInListView);
    [all...]

Completed in 5623 milliseconds