Searched refs:isDayEnabled (Results 1 – 1 of 1) sorted by relevance
686 final boolean isDayEnabled = isDayEnabled(day); in drawDays()687 if (isDayEnabled) { in drawDays()703 if (isDayEnabled) { in drawDays()731 private boolean isDayEnabled(int day) { in isDayEnabled() method in SimpleMonthView1020 if (!isValidDayOfMonth(day) || !isDayEnabled(day)) { in onDayClicked()1110 final boolean isDayEnabled = isDayEnabled(virtualViewId); in onPopulateNodeForVirtualView()1111 if (isDayEnabled) { in onPopulateNodeForVirtualView()1115 node.setEnabled(isDayEnabled); in onPopulateNodeForVirtualView()