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

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
WindowsLoader.java 61 String windowId = line.substring(0, index);
65 id = (int) Long.parseLong(windowId, 16);
67 id = Integer.parseInt(windowId, 16);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h 336 Window windowId B32;
    [all...]

Completed in 206 milliseconds