Searched refs:mAmPmLayout (Results 1 – 1 of 1) sorted by relevance
90 private final View mAmPmLayout; field in TimePickerClockDelegate168 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);