Searched refs:mActionModeView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java1824 private ActionBarContextView mActionModeView; field in class:PhoneWindow.DecorView
2277 if (mActionModeView == null) {
2279 mActionModeView = new ActionBarContextView(mContext);
2284 mActionModePopup.setContentView(mActionModeView);
2292 mActionModeView.setContentHeight(height);
2297 mActionModeView.getApplicationWindowToken(),
2305 mActionModeView = (ActionBarContextView) stub.inflate();
2310 if (mActionModeView != null) {
2311 mActionModeView.killMode();
2312 mode = new StandaloneActionMode(getContext(), mActionModeView, wrappedCallbac
[all...]

Completed in 35 milliseconds