Searched refs:customView (Results 1 – 5 of 5) sorted by relevance
155 View customView = getLayoutInflater().inflate(R.layout.media_route_controller_dialog, null); in onCreate() local156 setView(customView, 0, 0, 0, 0); in onCreate()163 mVolumeLayout = (LinearLayout) customView.findViewById(R.id.media_route_volume_layout); in onCreate()164 mVolumeSlider = (SeekBar) customView.findViewById(R.id.media_route_volume_slider); in onCreate()206 (FrameLayout) customView.findViewById(R.id.media_route_control_frame); in onCreate()
628 final View customView; in setupCustomContent() local630 customView = mView; in setupCustomContent()633 customView = inflater.inflate(mViewLayoutResId, customPanel, false); in setupCustomContent()635 customView = null; in setupCustomContent()638 final boolean hasCustomView = customView != null; in setupCustomContent()639 if (!hasCustomView || !canTextInput(customView)) { in setupCustomContent()646 custom.addView(customView, new LayoutParams(MATCH_PARENT, MATCH_PARENT)); in setupCustomContent()
1006 View customView = null; in onMeasure() local1008 customView = mExpandedActionView; in onMeasure()1011 customView = mCustomNavView; in onMeasure()1014 if (customView != null) { in onMeasure()1015 final ViewGroup.LayoutParams lp = generateLayoutParams(customView.getLayoutParams()); in onMeasure()1052 customView.measure( in onMeasure()1055 availableWidth -= horizontalMargin + customView.getMeasuredWidth(); in onMeasure()1161 View customView = null; in onLayout() local1163 customView = mExpandedActionView; in onLayout()1166 customView = mCustomNavView; in onLayout()[all …]
416 Object customView = silent ? in loadCustomView() local420 if (customView instanceof View) { in loadCustomView()421 return (View)customView; in loadCustomView()
664 boolean customView = layout.getContractedChild() != null in updateLimitsForView()676 if (customView && beforeP && !mIsSummaryWithChildren) { in updateLimitsForView()