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

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

Completed in 43 milliseconds