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

/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaWindowAdapter.java198 private final boolean mShowEventOnStart; field in class:AgendaWindowAdapter
356 mShowEventOnStart = showEventOnStart;
359 if (!mShowEventOnStart) {
506 vh.selectedMarker.setVisibility((selected && mShowEventOnStart) ?
508 if (mShowEventOnStart) {
1056 if (mShowEventOnStart && data.queryType == QUERY_TYPE_CLEAN) {

Completed in 11 milliseconds