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

/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
H A DRecurrencePickerDialog.java321 private EditText mEndCount; field in class:RecurrencePickerDialog
713 mEndCount = (EditText) mView.findViewById(R.id.endCount);
714 mEndCount.addTextChangedListener(new minMaxTextWatcher(1, COUNT_DEFAULT, COUNT_MAX) {
720 mEndCount.requestLayout();
832 mEndCount.requestFocus();
845 mEndCount.setEnabled(false);
861 mEndCount.setEnabled(true);
884 if (mEndCount.getVisibility() == View.VISIBLE &&
885 mEndCount.getText().toString().length() == 0) {
908 if (mEndCount
[all...]

Completed in 64 milliseconds