Searched refs:isDayEnabled (Results 1 – 1 of 1) sorted by relevance
679 final boolean isDayEnabled = isDayEnabled(day); in drawDays()680 if (isDayEnabled) { in drawDays()696 if (isDayEnabled) { in drawDays()724 private boolean isDayEnabled(int day) { in isDayEnabled() method in SimpleMonthView1013 if (!isValidDayOfMonth(day) || !isDayEnabled(day)) { in onDayClicked()1080 final boolean isDayEnabled = isDayEnabled(virtualViewId); in onPopulateNodeForVirtualView()1081 if (isDayEnabled) { in onPopulateNodeForVirtualView()1085 node.setEnabled(isDayEnabled); in onPopulateNodeForVirtualView()