Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java48 private View mCustomView; field in ActionBarContextView
144 if (mCustomView != null) { in setCustomView()
145 removeView(mCustomView); in setCustomView()
147 mCustomView = view; in setCustomView()
262 mCustomView = null; in killMode()
337 if (mTitleLayout != null && mCustomView == null) { in onMeasure()
353 if (mCustomView != null) { in onMeasure()
354 ViewGroup.LayoutParams lp = mCustomView.getLayoutParams(); in onMeasure()
363 mCustomView.measure(MeasureSpec.makeMeasureSpec(customWidth, customWidthMode), in onMeasure()
404 if (mCustomView != null) { in onLayout()
[all …]
H A DToolbarWidgetWrapper.java71 private View mCustomView; field in ToolbarWidgetWrapper
431 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()
H A DScrollingTabContainerView.java378 private View mCustomView; field in ScrollingTabContainerView.TabView
431 mCustomView = custom; in update()
438 if (mCustomView != null) { in update()
439 removeView(mCustomView); in update()
440 mCustomView = null; in update()
/aosp12/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java44 private View mCustomView; field in FindActionModeCallback
56 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()
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DStandaloneActionMode.java37 private WeakReference<View> mCustomView; field in StandaloneActionMode
89 mCustomView = view != null ? new WeakReference<View>(view) : null; in setCustomView()
125 return mCustomView != null ? mCustomView.get() : null; in getCustomView()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DBugleActionBarActivity.java271 private View mCustomView; field in BugleActionBarActivity.CustomActionMode
300 mCustomView = view; in setCustomView()
333 return mCustomView; in getCustomView()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java983 private WeakReference<View> mCustomView; field in WindowDecorActionBar.ActionModeImpl
1064 mCustomView = new WeakReference<View>(view); in setCustomView()
1110 return mCustomView != null ? mCustomView.get() : null; in getCustomView()
1160 private View mCustomView; field in WindowDecorActionBar.TabImpl
1185 return mCustomView; in getCustomView()
1190 mCustomView = view; in setCustomView()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt68725 Landroid/webkit/FindActionModeCallback;->mCustomView:Landroid/view/View;
89938 Lcom/android/internal/widget/ScrollingTabContainerView$TabView;->mCustomView:Landroid/view/View;
90039 Lcom/android/internal/widget/ToolbarWidgetWrapper;->mCustomView:Landroid/view/View;