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

  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java 534 private int findEventPositionNearestTime(Time time, long id) {
538 pos = info.offset + info.dayAdapter.findEventPositionNearestTime(time, id);
540 if (DEBUGLOG) Log.e(TAG, "findEventPositionNearestTime " + time + " id:" + id + " =" + pos);
703 int gotoPosition = findEventPositionNearestTime(goToTime, id);
    [all...]
AgendaByDayAdapter.java 508 public int findEventPositionNearestTime(Time time, long id) {

Completed in 788 milliseconds