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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java99 PopupWindow mActionModePopup; field in class:AppCompatDelegateImplV7
696 mActionModePopup = new PopupWindow(actionBarContext, null,
698 PopupWindowCompat.setWindowLayoutType(mActionModePopup,
700 mActionModePopup.setContentView(mActionModeView);
701 mActionModePopup.setWidth(ViewGroup.LayoutParams.MATCH_PARENT);
708 mActionModePopup.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT);
711 mActionModePopup.showAtLocation(
747 wrappedCallback, mActionModePopup == null);
772 if (mActionModePopup != null) {
1657 if (mActionModePopup !
[all...]

Completed in 31 milliseconds