Home
last modified time | relevance | path

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

/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/ui/menu/
DDropDownPopup.kt45 val popupWindow = PopupWindow( in showDropDownPopupWindow() constant
54 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.DropDownAdapter
83 popupWindow: PopupWindow, in bindTo()
92 popupWindow.dismiss() in bindTo()
107 holder.bindTo(items[position], handleAction, popupWindow) in onCreateViewHolder()
/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPanelViewControllerTest.java331 ListPopupWindow popupWindow = walletView.getOverflowPopup(); in onWalletCardsRetrieved_showsOverflowButton_startWalletActivity() local
332 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() local
361 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 …]
/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
DDataSubscriptionController.java406 void setPopupWindow(PopupWindow popupWindow) { in setPopupWindow() argument
407 mPopupWindow = popupWindow; in setPopupWindow()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconPanelViewController.java375 private void dimBehind(PopupWindow popupWindow) { in dimBehind() argument
376 View container = popupWindow.getContentView().getRootView(); in dimBehind()