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

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DTimePickerDialog.java83 private View mAmPmHitspace; field in class:TimePickerDialog
268 mAmPmHitspace = view.findViewById(R.id.ampm_hitspace);
280 mAmPmHitspace.setOnClickListener(new OnClickListener() {
362 mAmPmHitspace.setContentDescription(mAmText);
366 mAmPmHitspace.setContentDescription(mPmText);

Completed in 228 milliseconds