Searched refs:mPrimaryActionModePopup (Results 1 – 1 of 1) sorted by relevance
187 private PopupWindow mPrimaryActionModePopup; field in DecorView1598 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 …]