Home
last modified time | relevance | path

Searched refs:OFF_BY_ONE_BUG (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaWindowAdapter.java135 private static final int OFF_BY_ONE_BUG = 1; field in AgendaWindowAdapter
596 final int positionInAdapter = positionInListView - OFF_BY_ONE_BUG; in getAgendaItemByPosition()
706 OFF_BY_ONE_BUG, mStickyHeaderSize); in refresh()
1011 mAgendaListView.setSelectionFromTop(newPosition + OFF_BY_ONE_BUG, in onQueryComplete()
1024 "findEventPositionNearestTime: " + (newPosition + OFF_BY_ONE_BUG)); in onQueryComplete()