Home
last modified time | relevance | path

Searched refs:mAmPmLayout (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DTimePickerClockDelegate.java90 private final View mAmPmLayout; field in TimePickerClockDelegate
168 mAmPmLayout = mainView.findViewById(R.id.ampm_layout); in TimePickerClockDelegate()
169 mAmPmLayout.setOnTouchListener(new NearestTouchDelegate()); in TimePickerClockDelegate()
172 mAmLabel = (RadioButton) mAmPmLayout.findViewById(R.id.am_label); in TimePickerClockDelegate()
177 mPmLabel = (RadioButton) mAmPmLayout.findViewById(R.id.pm_label); in TimePickerClockDelegate()
442 mAmPmLayout.setVisibility(View.GONE);
454 (RelativeLayout.LayoutParams) mAmPmLayout.getLayoutParams();
512 mAmPmLayout.setLayoutParams(params);