HomeSort by relevance Sort by last modified time
    Searched refs:rootY (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
xtestproto.h 101 INT16 rootX B16, rootY B16;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
xtestproto.h 101 INT16 rootX B16, rootY B16;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 578 int rootY = getY();
583 int y = rootY + preview.getY();
658 int rootY = getY();
659 rootY += 20;
663 rootX, rootY, true);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xproto.h 570 INT16 rootX B16, rootY B16, winX B16, winY B16;
1005 INT16 rootX B16, rootY B16, eventX B16, eventY B16;
1014 INT16 rootX B16, rootY B16, eventX B16, eventY B16;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xproto.h 570 INT16 rootX B16, rootY B16, winX B16, winY B16;
1005 INT16 rootX B16, rootY B16, eventX B16, eventY B16;
1014 INT16 rootX B16, rootY B16, eventX B16, eventY B16;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkinter.py 757 def winfo_containing(self, rootX, rootY, displayof=0):
758 """Return the widget which is at the root coordinates ROOTX, ROOTY."""
760 + self._displayof(displayof) + (rootX, rootY)
847 self.tk.call('winfo', 'rooty', self._w))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkinter.py 757 def winfo_containing(self, rootX, rootY, displayof=0):
758 """Return the widget which is at the root coordinates ROOTX, ROOTY."""
760 + self._displayof(displayof) + (rootX, rootY)
847 self.tk.call('winfo', 'rooty', self._w))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 757 def winfo_containing(self, rootX, rootY, displayof=0):
758 """Return the widget which is at the root coordinates ROOTX, ROOTY."""
760 + self._displayof(displayof) + (rootX, rootY)
847 self.tk.call('winfo', 'rooty', self._w))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 757 def winfo_containing(self, rootX, rootY, displayof=0):
758 """Return the widget which is at the root coordinates ROOTX, ROOTY."""
760 + self._displayof(displayof) + (rootX, rootY)
847 self.tk.call('winfo', 'rooty', self._w))
    [all...]

Completed in 2215 milliseconds