Searched defs:popup (Results 1 - 20 of 20) sorted by relevance

/external/autotest/frontend/client/src/autotest/common/ui/
H A DToolTip.java12 protected PopupPanel popup; field in class:ToolTip
18 popup = new PopupPanel();
20 popup.setStyleName("tooltip");
21 popup.add(new Label(toolTipMessage));
27 popup.setPopupPosition(left + Window.getScrollLeft() + LEFT_OFFSET,
29 popup.show();
33 popup.hide();
H A DContextMenu.java13 private PopupPanel popup = new PopupPanel(true); field in class:ContextMenu
25 popup.hide();
49 popup.add(menu);
70 popup.setPopupPosition(left, top);
71 popup.show();
79 popup.addCloseHandler(closeHandler);
/external/python/cpython2/Tools/pynche/
H A DPyncheWidget.py73 command=v.popup,
277 def popup(self, event=None):
274 def popup(self, event=None): member in class:PopupViewer
/external/python/cpython3/Tools/pynche/
H A DPyncheWidget.py72 command=v.popup,
278 def popup(self, event=None):
275 def popup(self, event=None): member in class:PopupViewer
/external/pdfium/fpdfsdk/
H A Dfpdfannot_embeddertest.cpp1078 // Retrieve the highlight annotation which has its popup defined.
1087 // Retrieve and verify the popup of the highlight annotation.
1088 FPDF_ANNOTATION popup = FPDFAnnot_GetLinkedAnnot(annot, kPopupKey); local
1089 ASSERT_TRUE(popup);
1090 EXPECT_EQ(FPDF_ANNOT_POPUP, FPDFAnnot_GetSubtype(popup));
1091 EXPECT_EQ(1, FPDFPage_GetAnnotIndex(page, popup));
1093 ASSERT_TRUE(FPDFAnnot_GetRect(popup, &rect));
1110 FPDFPage_CloseAnnot(popup);
/external/python/cpython2/Lib/plat-mac/
H A DFrameWork.py645 Menu.__init__(self, bar, '(popup)', -1)
647 def popup(self, x, y, event, default=1, window=None): member in class:PopupMenu
650 # so the popup nicely overlaps.
/external/ImageMagick/MagickCore/
H A Dxwindow-private.h474 popup; member in struct:_XWindows
/external/python/cpython3/Lib/tkinter/
H A Dtix.py752 def popup(self): member in class:DirSelectDialog
753 self.tk.call(self._w, 'popup')
774 def popup(self): member in class:ExFileSelectDialog
775 self.tk.call(self._w, 'popup')
823 def popup(self): member in class:FileSelectDialog
824 self.tk.call(self._w, 'popup')
1380 """Toplevel window, with popup popdown and center methods.
1398 def popup(self): member in class:DialogShell
1399 self.tk.call(self._w, 'popup')
/external/python/cpython2/Lib/lib-tk/
H A DTix.py758 def popup(self): member in class:DirSelectDialog
759 self.tk.call(self._w, 'popup')
780 def popup(self): member in class:ExFileSelectDialog
781 self.tk.call(self._w, 'popup')
829 def popup(self): member in class:FileSelectDialog
830 self.tk.call(self._w, 'popup')
1387 """Toplevel window, with popup popdown and center methods.
1405 def popup(self): member in class:DialogShell
1406 self.tk.call(self._w, 'popup')
/external/guice/lib/build/
H A Dbnd-0.0.384.jar ... MacroRule.java OSGI-OPT/src/aQute/bnd/plugin/popup/ OSGI-OPT/src/aQute/bnd/plugin/popup/Scripts. ...
/external/annotation-tools/asmx/test/lib/
H A Dlog4j-1.2.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/guice/extensions/persist/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 590 milliseconds