Searched refs:mEndCount (Results 1 – 1 of 1) sorted by relevance
321 private EditText mEndCount; field in RecurrencePickerDialog713 mEndCount = (EditText) mView.findViewById(R.id.endCount); in onCreateView()714 mEndCount.addTextChangedListener(new minMaxTextWatcher(1, COUNT_DEFAULT, COUNT_MAX) { in onCreateView()720 mEndCount.requestLayout(); in onCreateView()832 mEndCount.requestFocus(); in onCreateView()845 mEndCount.setEnabled(false); in togglePickerOptions()861 mEndCount.setEnabled(true); in togglePickerOptions()884 if (mEndCount.getVisibility() == View.VISIBLE && in updateDoneButtonState()885 mEndCount.getText().toString().length() == 0) { in updateDoneButtonState()908 if (mEndCount.hasFocus()) { in onSaveInstanceState()[all …]