Searched refs:mCustomView (Results 1 – 6 of 6) sorted by relevance
44 private View mCustomView; field in FindActionModeCallback56 mCustomView = LayoutInflater.from(context).inflate( in FindActionModeCallback()58 mEditText = (EditText) mCustomView.findViewById( in FindActionModeCallback()63 mMatches = (TextView) mCustomView.findViewById( in FindActionModeCallback()209 mode.setCustomView(mCustomView); in onCreateActionMode()284 View view = (View) mCustomView.getParent(); in getActionModeGlobalBottom()286 view = mCustomView; in getActionModeGlobalBottom()
47 private View mCustomView; field in ActionBarContextView143 if (mCustomView != null) { in setCustomView()144 removeView(mCustomView); in setCustomView()146 mCustomView = view; in setCustomView()261 mCustomView = null; in killMode()336 if (mTitleLayout != null && mCustomView == null) { in onMeasure()352 if (mCustomView != null) { in onMeasure()353 ViewGroup.LayoutParams lp = mCustomView.getLayoutParams(); in onMeasure()362 mCustomView.measure(MeasureSpec.makeMeasureSpec(customWidth, customWidthMode), in onMeasure()399 if (mTitleLayout != null && mCustomView == null && mTitleLayout.getVisibility() != GONE) { in onLayout()[all …]
71 private View mCustomView; field in ToolbarWidgetWrapper431 if ((changed & ActionBar.DISPLAY_SHOW_CUSTOM) != 0 && mCustomView != null) { in setDisplayOptions()433 mToolbar.addView(mCustomView); in setDisplayOptions()435 mToolbar.removeView(mCustomView); in setDisplayOptions()561 if (mCustomView != null && (mDisplayOpts & ActionBar.DISPLAY_SHOW_CUSTOM) != 0) { in setCustomView()562 mToolbar.removeView(mCustomView); in setCustomView()564 mCustomView = view; in setCustomView()566 mToolbar.addView(mCustomView); in setCustomView()572 return mCustomView; in getCustomView()
377 private View mCustomView; field in ScrollingTabContainerView.TabView430 mCustomView = custom; in update()437 if (mCustomView != null) { in update()438 removeView(mCustomView); in update()439 mCustomView = null; in update()
37 private WeakReference<View> mCustomView; field in StandaloneActionMode89 mCustomView = view != null ? new WeakReference<View>(view) : null; in setCustomView()125 return mCustomView != null ? mCustomView.get() : null; in getCustomView()
982 private WeakReference<View> mCustomView; field in WindowDecorActionBar.ActionModeImpl1063 mCustomView = new WeakReference<View>(view); in setCustomView()1109 return mCustomView != null ? mCustomView.get() : null; in getCustomView()1159 private View mCustomView; field in WindowDecorActionBar.TabImpl1184 return mCustomView; in getCustomView()1189 mCustomView = view; in setCustomView()