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

  /development/samples/ApiDemos/src/com/example/android/apis/view/
SecureViewOverlay.java 64 final int[] globalPos = new int[2];
65 getLocationOnScreen(globalPos);
66 int x = globalPos[0];
67 int y = globalPos[1];
69 original.getLocationOnScreen(globalPos);
70 x = globalPos[0] - x;
71 y = globalPos[1] - y;
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerBaseConfigSetTest.java 65 final int[] globalPos = new int[1];
105 globalPos[0] = globalScrollPosition;
129 int globalScrollPosition = globalPos[0];
146 int globalPos;
148 globalPos = globalScrollPosition +
151 globalPos = globalScrollPosition +
155 globalPositions[pos], globalPos);
StaggeredGridLayoutManagerBaseConfigSetTest.java 172 final int[] globalPos = new int[1];
198 globalPos[0] = globalScrollPosition;
211 int globalScrollPosition = globalPos[0];
226 int globalPos;
228 globalPos = globalScrollPosition +
231 globalPos = globalScrollPosition +
235 globalPositions[pos], globalPos);
    [all...]
  /external/lzma/C/
XzEnc.c 86 UInt64 globalPos;
92 globalPos = pos;
100 globalPos += pos;
103 pos = ((unsigned)globalPos & 3);
108 globalPos += 4 - pos;
113 globalPos += 4;
118 UInt32 indexSize = (UInt32)((globalPos >> 2) - 1);
  /external/opencv3/modules/highgui/src/
window_QT.cpp     [all...]

Completed in 298 milliseconds