Home
last modified time | relevance | path

Searched refs:popup (Results 1 – 25 of 37) sorted by relevance

12

/external/autotest/frontend/client/src/autotest/common/ui/
DToolTip.java12 protected PopupPanel popup; field in ToolTip
18 popup = new PopupPanel(); in ToolTip()
20 popup.setStyleName("tooltip"); in ToolTip()
21 popup.add(new Label(toolTipMessage)); in ToolTip()
27 popup.setPopupPosition(left + Window.getScrollLeft() + LEFT_OFFSET, in showAtWindow()
29 popup.show(); in showAtWindow()
33 popup.hide(); in hide()
DContextMenu.java13 private PopupPanel popup = new PopupPanel(true); field in ContextMenu
25 popup.hide(); in execute()
49 popup.add(menu); in ContextMenu()
70 popup.setPopupPosition(left, top); in showAt()
71 popup.show(); in showAt()
79 popup.addCloseHandler(closeHandler); in addCloseHandler()
/external/autotest/server/cros/ap_configurators/
Dasus_ap_configurator.py204 popup = '//select[@name="rt_wep_x"]'
206 popup = '//select[@name="wl_wep_x"]'
207 self._set_authentication('Open System', wait_for_xpath=popup)
208 self.select_item_from_popup_by_xpath('None', popup)
217 popup = '//select[@name="rt_wep_x"]'
220 popup = '//select[@name="wl_wep_x"]'
222 self._set_authentication('Open System', wait_for_xpath=popup)
223 self.select_item_from_popup_by_xpath('WEP-64bits', popup,
Dweb_driver_core_helpers.py309 popup = self.driver.find_element_by_xpath(xpath)
310 for option in popup.find_elements_by_tag_name('option'):
340 popup = self.driver.find_element_by_xpath(xpath)
343 len(popup.find_elements_by_tag_name('option')))
346 return len(popup.find_elements_by_tag_name('option'))
385 popup = self.driver.find_element_by_xpath(xpath)
386 for option in popup.find_elements_by_tag_name('option'):
Dasus_qis_ap_configurator.py141 popup = '//select[@name="wl_wep_x"]'
143 self._set_authentication('Shared Key', wait_for_xpath=popup)
144 self.select_item_from_popup_by_xpath('WEP-64bits', popup,
159 popup = '//select[@name="wl_crypto"]'
/external/autotest/frontend/client/src/autotest/moblab/wizard/
DCloudStorageCard.java83 PopupPanel popup = new PopupPanel(true); in updateModeUI()
87 popup.setWidget(new Label(helpText)); in updateModeUI()
88 popup.showRelativeTo(layoutTable); in updateModeUI()
/external/wayland/
DTODO24 a popup window?
29 unresponsive apps). Rectangle for close button, so we can popup
34 - popup placement protocol logic.
/external/ImageMagick/MagickCore/
Danimate.c1469 magick_windows[number_windows++]=(&windows->popup); in XAnimateImages()
1878 resource_info,&windows->popup); in XAnimateImages()
1879 windows->popup.border_width=0; in XAnimateImages()
1880 windows->popup.flags|=PPosition; in XAnimateImages()
1881 windows->popup.attributes.event_mask=ButtonMotionMask | ButtonPressMask | in XAnimateImages()
1889 &windows->popup); in XAnimateImages()
1890 windows->popup.highlight_stipple=XCreateBitmapFromData(display, in XAnimateImages()
1891 windows->popup.id,(char *) HighlightBitmap,HighlightWidth,HighlightHeight); in XAnimateImages()
1892 windows->popup.shadow_stipple=XCreateBitmapFromData(display, in XAnimateImages()
1893 windows->popup.id,(char *) ShadowBitmap,ShadowWidth,ShadowHeight); in XAnimateImages()
[all …]
Dxwindow-private.h480 popup; member
Ddisplay.c14584 magick_windows[number_windows++]=(&windows->popup); in XDisplayImage()
14944 resource_info,&windows->popup); in XDisplayImage()
14945 windows->popup.border_width=0; in XDisplayImage()
14946 windows->popup.flags|=PPosition; in XDisplayImage()
14947 windows->popup.attributes.event_mask=ButtonMotionMask | ButtonPressMask | in XDisplayImage()
14955 &windows->popup); in XDisplayImage()
14956 windows->popup.highlight_stipple=XCreateBitmapFromData(display, in XDisplayImage()
14957 windows->popup.id,(char *) HighlightBitmap,HighlightWidth,HighlightHeight); in XDisplayImage()
14958 windows->popup.shadow_stipple=XCreateBitmapFromData(display, in XDisplayImage()
14959 windows->popup.id,(char *) ShadowBitmap,ShadowWidth,ShadowHeight); in XDisplayImage()
[all …]
Dwidget.c1320 if (event->xany.window == windows->popup.id) in XScreenEvent()
1323 windows->popup.mapped=MagickTrue; in XScreenEvent()
1325 windows->popup.mapped=MagickFalse; in XScreenEvent()
4972 windows->popup.x=windows->widget.x+60; in XFileBrowserWidget()
4973 windows->popup.y=windows->widget.y+60; in XFileBrowserWidget()
4974 XListBrowserWidget(display,windows,&windows->popup, in XFileBrowserWidget()
/external/slf4j/slf4j-site/src/site/pages/css/
Dpopup.css2 /* =========== popup ================== */
/external/python/cpython2/Tools/pynche/
DPyncheWidget.py72 command=v.popup,
274 def popup(self, event=None): member in PopupViewer
DREADME83 which will popup Pynche as a modal dialog, and return the selected
/external/python/cpython3/Tools/pynche/
DPyncheWidget.py71 command=v.popup,
275 def popup(self, event=None): member in PopupViewer
DREADME83 which will popup Pynche as a modal dialog, and return the selected
/external/python/cpython2/Doc/library/
Deasydialogs.rst84 *optionlist* is a list that determines a popup menu from which the allowed
87 is displayed in the dialog while this option is selected in the popup menu. The
103 where *descr* is as above. The *cmdstr*\ s will appear in a popup menu. When
/external/autotest/client/site_tests/power_LoadTest/
Dcontrol.email_1hour84 ' \'http://www.cbc.ca/radio2/channels/popup.html?stream=classical\'' + \
/external/u-boot/scripts/kconfig/
Dqconf.cc1236 QMenu* popup = Parent::createStandardContextMenu(pos); in createStandardContextMenu() local
1237 QAction* action = new QAction(_("Show Debug Info"), popup); in createStandardContextMenu()
1242 popup->addSeparator(); in createStandardContextMenu()
1243 popup->addAction(action); in createStandardContextMenu()
1244 return popup; in createStandardContextMenu()
/external/pdfium/fpdfsdk/
Dfpdf_annot_embeddertest.cpp1443 ScopedFPDFAnnotation popup( in TEST_F() local
1445 ASSERT_TRUE(popup); in TEST_F()
1446 EXPECT_EQ(FPDF_ANNOT_POPUP, FPDFAnnot_GetSubtype(popup.get())); in TEST_F()
1447 EXPECT_EQ(1, FPDFPage_GetAnnotIndex(page, popup.get())); in TEST_F()
1449 ASSERT_TRUE(FPDFAnnot_GetRect(popup.get(), &rect)); in TEST_F()
/external/python/cpython2/Lib/lib-tk/
DTix.py754 def popup(self): member in DirSelectDialog
776 def popup(self): member in ExFileSelectDialog
825 def popup(self): member in FileSelectDialog
1401 def popup(self): member in DialogShell
/external/python/cpython3/Lib/tkinter/
Dtix.py752 def popup(self): member in DirSelectDialog
774 def popup(self): member in ExFileSelectDialog
823 def popup(self): member in FileSelectDialog
1398 def popup(self): member in DialogShell
/external/selinux/python/sepolicy/sepolicy/
Dgui.py139 self.popup = 0
810 if self.popup == 0:
811 self.popup = 1
817 self.popup = 0
821 self.popup = 0
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a3.rst774 Fix IDLE autocomplete & calltip popup colors. Prevent conflicts with Linux
/external/python/cpython2/Lib/plat-mac/
DFrameWork.py647 def popup(self, x, y, event, default=1, window=None): member in PopupMenu

12