Searched refs:mTextInputPickerView (Results 1 – 1 of 1) sorted by relevance
103 private final TextInputTimePickerView mTextInputPickerView; field in TimePickerClockDelegate226 mTextInputPickerView = (TextInputTimePickerView) mainView.findViewById(R.id.input_mode); in TimePickerClockDelegate()227 mTextInputPickerView.setListener(mOnValueTypedListener); in TimePickerClockDelegate()258 mTextInputPickerView.setVisibility(View.VISIBLE); in toggleRadialPickerMode()267 mTextInputPickerView.setVisibility(View.GONE); in toggleRadialPickerMode()282 return mTextInputPickerView.validateInput(); in validateInput()340 mTextInputPickerView.setHourFormat(maxCharLength * 2); in updateHourFormat()431 mTextInputPickerView.updateTextInputValues(getLocalizedHour(mCurrentHour), mCurrentMinute, in updateTextInputPicker()815 mTextInputPickerView.updateSeparator(separatorText);