Searched refs:popupWindow (Results 1 – 3 of 3) sorted by relevance
227 MenuPopupWindow popupWindow = new MenuPopupWindow( in createPopupWindow() local229 popupWindow.setHoverListener(mMenuItemHoverListener); in createPopupWindow()230 popupWindow.setOnItemClickListener(this); in createPopupWindow()231 popupWindow.setOnDismissListener(this); in createPopupWindow()232 popupWindow.setAnchorView(mAnchorView); in createPopupWindow()233 popupWindow.setDropDownGravity(mDropDownGravity); in createPopupWindow()234 popupWindow.setModal(true); in createPopupWindow()235 popupWindow.setInputMethodMode(PopupWindow.INPUT_METHOD_NOT_NEEDED); in createPopupWindow()236 return popupWindow; in createPopupWindow()368 final MenuPopupWindow popupWindow = createPopupWindow(); in showMenu() local[all …]
397 ListPopupWindow popupWindow = getListPopupWindow(); in showPopupUnchecked() local398 if (!popupWindow.isShowing()) { in showPopupUnchecked()405 popupWindow.setContentWidth(contentWidth); in showPopupUnchecked()406 popupWindow.show(); in showPopupUnchecked()410 popupWindow.getListView().setContentDescription(mContext.getString( in showPopupUnchecked()412 popupWindow.getListView().setSelector(new ColorDrawable(Color.TRANSPARENT)); in showPopupUnchecked()
1810 PopupWindow popupWindow = new PopupWindow(popupContentHolder); in createPopupWindow() local1813 popupWindow.setClippingEnabled(false); in createPopupWindow()1814 popupWindow.setWindowLayoutType( in createPopupWindow()1816 popupWindow.setAnimationStyle(0); in createPopupWindow()1817 popupWindow.setBackgroundDrawable(new ColorDrawable(Color.TRANSPARENT)); in createPopupWindow()1821 return popupWindow; in createPopupWindow()