Searched refs:popupWindow (Results 1 – 4 of 4) sorted by relevance
237 popupWindow.setOnDismissListener(this); in createPopupWindow()238 popupWindow.setAnchorView(mAnchorView); in createPopupWindow()240 popupWindow.setModal(true); in createPopupWindow()242 return popupWindow; in createPopupWindow()375 popupWindow.setAdapter(adapter); in showMenu()376 popupWindow.setContentWidth(menuWidth); in showMenu()392 popupWindow.setTouchModal(false); in showMenu()417 popupWindow.setHorizontalOffset(x); in showMenu()422 popupWindow.setVerticalOffset(0); in showMenu()438 popupWindow.show(); in showMenu()[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()
544 final WindowState popupWindow = createWindow(mAppWindow, TYPE_APPLICATION_PANEL, in testPopupWindowAndParentIsImeTarget_expectHigherThanIme_inMultiWindow() local546 spyOn(popupWindow); in testPopupWindowAndParentIsImeTarget_expectHigherThanIme_inMultiWindow()551 verify(popupWindow).needsRelativeLayeringToIme(); in testPopupWindowAndParentIsImeTarget_expectHigherThanIme_inMultiWindow()552 assertThat(popupWindow.needsRelativeLayeringToIme()).isTrue(); in testPopupWindowAndParentIsImeTarget_expectHigherThanIme_inMultiWindow()553 assertZOrderGreaterThan(mTransaction, popupWindow.getSurfaceControl(), in testPopupWindowAndParentIsImeTarget_expectHigherThanIme_inMultiWindow()
1484 PopupWindow popupWindow = new PopupWindow(popupContentHolder); in createPopupWindow() local1487 popupWindow.setClippingEnabled(false); in createPopupWindow()1488 popupWindow.setWindowLayoutType( in createPopupWindow()1490 popupWindow.setAnimationStyle(0); in createPopupWindow()1491 popupWindow.setBackgroundDrawable(new ColorDrawable(Color.TRANSPARENT)); in createPopupWindow()1495 return popupWindow; in createPopupWindow()