Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java187 private PopupWindow mPrimaryActionModePopup; field in DecorView
1598 if (mPrimaryActionModePopup != null) {
1600 if (mPrimaryActionModePopup.isShowing()) {
1601 mPrimaryActionModePopup.dismiss();
1603 mPrimaryActionModePopup = null;
1705 mPrimaryActionModePopup = new PopupWindow(actionBarContext, null,
1707 mPrimaryActionModePopup.setWindowLayoutType(
1709 mPrimaryActionModePopup.setContentView(mPrimaryActionModeView);
1710 mPrimaryActionModePopup.setWidth(MATCH_PARENT);
1717 mPrimaryActionModePopup.setHeight(WRAP_CONTENT);
[all …]