Searched refs:mCustomView (Results 1 – 5 of 5) sorted by relevance
50 private View mCustomView; field in ActionBarContextView119 if (mCustomView != null) { in setCustomView()120 removeView(mCustomView); in setCustomView()122 mCustomView = view; in setCustomView()220 mCustomView = null; in killMode()300 if (mTitleLayout != null && mCustomView == null) { in onMeasure()315 if (mCustomView != null) { in onMeasure()316 ViewGroup.LayoutParams lp = mCustomView.getLayoutParams(); in onMeasure()325 mCustomView.measure(MeasureSpec.makeMeasureSpec(customWidth, customWidthMode), in onMeasure()361 if (mTitleLayout != null && mCustomView == null && mTitleLayout.getVisibility() != GONE) { in onLayout()[all …]
74 private View mCustomView; field in ToolbarWidgetWrapper412 if ((changed & ActionBar.DISPLAY_SHOW_CUSTOM) != 0 && mCustomView != null) { in setDisplayOptions()414 mToolbar.addView(mCustomView); in setDisplayOptions()416 mToolbar.removeView(mCustomView); in setDisplayOptions()542 if (mCustomView != null && (mDisplayOpts & ActionBar.DISPLAY_SHOW_CUSTOM) != 0) { in setCustomView()543 mToolbar.removeView(mCustomView); in setCustomView()545 mCustomView = view; in setCustomView()547 mToolbar.addView(mCustomView); in setCustomView()553 return mCustomView; in getCustomView()
389 private View mCustomView; field in ScrollingTabContainerView.TabView462 mCustomView = custom; in update()469 if (mCustomView != null) { in update()470 removeView(mCustomView); in update()471 mCustomView = null; in update()
43 private WeakReference<View> mCustomView; field in StandaloneActionMode95 mCustomView = view != null ? new WeakReference<View>(view) : null; in setCustomView()130 return mCustomView != null ? mCustomView.get() : null; in getCustomView()
985 private WeakReference<View> mCustomView; field in WindowDecorActionBar.ActionModeImpl1063 mCustomView = new WeakReference<View>(view); in setCustomView()1109 return mCustomView != null ? mCustomView.get() : null; in getCustomView()1160 private View mCustomView; field in WindowDecorActionBar.TabImpl1185 return mCustomView; in getCustomView()1190 mCustomView = view; in setCustomView()