Searched refs:popupWindow (Results 1 – 4 of 4) sorted by relevance
45 val popupWindow = PopupWindow( in showDropDownPopupWindow() constant54 adapter = DropDownAdapter(items, handleAction, popupWindow) in showDropDownPopupWindow()65 popupWindow.showAtLocation(itemView, Gravity.NO_GRAVITY, x, y) in showDropDownPopupWindow()74 private val popupWindow: PopupWindow, constant in com.android.car.customization.tool.ui.menu.DropDownAdapter83 popupWindow: PopupWindow, in bindTo()92 popupWindow.dismiss() in bindTo()107 holder.bindTo(items[position], handleAction, popupWindow) in onCreateViewHolder()
331 ListPopupWindow popupWindow = walletView.getOverflowPopup(); in onWalletCardsRetrieved_showsOverflowButton_startWalletActivity() local332 assertThat(popupWindow.isShowing()).isTrue(); in onWalletCardsRetrieved_showsOverflowButton_startWalletActivity()333 assertThat(popupWindow.getListView().getCount()).isEqualTo(2); in onWalletCardsRetrieved_showsOverflowButton_startWalletActivity()334 assertThat(((TextView) popupWindow.getListView().getChildAt(0)).getText()).isEqualTo( in onWalletCardsRetrieved_showsOverflowButton_startWalletActivity()336 assertThat(((TextView) popupWindow.getListView().getChildAt(1)).getText()).isEqualTo( in onWalletCardsRetrieved_showsOverflowButton_startWalletActivity()339 popupWindow.performItemClick(0); in onWalletCardsRetrieved_showsOverflowButton_startWalletActivity()360 ListPopupWindow popupWindow = walletView.getOverflowPopup(); in onWalletCardsRetrieved_noShortLabel_showsOnlySettingsInOverflowMenu() local361 assertThat(popupWindow.isShowing()).isTrue(); in onWalletCardsRetrieved_noShortLabel_showsOnlySettingsInOverflowMenu()362 assertThat(popupWindow.getListView().getCount()).isEqualTo(1); in onWalletCardsRetrieved_noShortLabel_showsOnlySettingsInOverflowMenu()363 assertThat(((TextView) popupWindow.getListView().getChildAt(0)).getText()).isEqualTo( in onWalletCardsRetrieved_noShortLabel_showsOnlySettingsInOverflowMenu()[all …]
406 void setPopupWindow(PopupWindow popupWindow) { in setPopupWindow() argument407 mPopupWindow = popupWindow; in setPopupWindow()
375 private void dimBehind(PopupWindow popupWindow) { in dimBehind() argument376 View container = popupWindow.getContentView().getRootView(); in dimBehind()