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

  /cts/tests/tests/view/src/android/view/cts/
View_LayoutPositionTest.java 52 int [] pLocation = new int[2];
60 parent.getLocationOnScreen(pLocation);
66 int left = vLocation[0] - pLocation[0];
67 int top = vLocation[1] - pLocation[1];
88 parent.getLocationOnScreen(pLocation);
93 int nleft = vLocation[0] - pLocation[0];
94 int ntop = vLocation[1] - pLocation[1];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winspool.h 44 LPSTR pLocation;
68 LPWSTR pLocation;
    [all...]

Completed in 2053 milliseconds