[go: nahoru, domu]

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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java101 PopupWindow mActionModePopup; field in class:AppCompatDelegateImplV7
754 mActionModePopup = new PopupWindow(actionBarContext, null,
756 PopupWindowCompat.setWindowLayoutType(mActionModePopup,
758 mActionModePopup.setContentView(mActionModeView);
759 mActionModePopup.setWidth(ViewGroup.LayoutParams.MATCH_PARENT);
766 mActionModePopup.setHeight(ViewGroup.LayoutParams.WRAP_CONTENT);
769 mActionModePopup.showAtLocation(
811 callback, mActionModePopup == null);
848 if (mActionModePopup != null) {
1739 if (mActionModePopup !
[all...]

Completed in 13 milliseconds