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

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DTimePickerDialog.java84 private View mAmPmHitspace; field in class:TimePickerDialog
269 mAmPmHitspace = view.findViewById(R.id.ampm_hitspace);
281 mAmPmHitspace.setOnClickListener(new OnClickListener() {
363 mAmPmHitspace.setContentDescription(mAmText);
367 mAmPmHitspace.setContentDescription(mPmText);

Completed in 32 milliseconds