Searched refs:isDayEnabled (Results 1 – 1 of 1) sorted by relevance
684 final boolean isDayEnabled = isDayEnabled(day); in drawDays()685 if (isDayEnabled) { in drawDays()701 if (isDayEnabled) { in drawDays()729 private boolean isDayEnabled(int day) { in isDayEnabled() method in SimpleMonthView1018 if (!isValidDayOfMonth(day) || !isDayEnabled(day)) { in onDayClicked()1100 final boolean isDayEnabled = isDayEnabled(virtualViewId); in onPopulateNodeForVirtualView()1101 if (isDayEnabled) { in onPopulateNodeForVirtualView()1105 node.setEnabled(isDayEnabled); in onPopulateNodeForVirtualView()