HomeSort by relevance Sort by last modified time
    Searched full:roundedtime (Results 1 - 1 of 1) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaListView.java 137 long roundedTime = (now / EVENT_UPDATE_TIME) * EVENT_UPDATE_TIME;
139 mHandler.postDelayed(mPastEventUpdater, EVENT_UPDATE_TIME - (now - roundedTime));

Completed in 152 milliseconds