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

  /frameworks/base/core/java/android/accessibilityservice/
GestureDescription.java 50 private final float[] mTempPos = new float[2];
137 strokeDescription.getPosForTime(time, mTempPos);
138 touchPoints[numPointsFound].mX = Math.round(mTempPos[0]);
139 touchPoints[numPointsFound].mY = Math.round(mTempPos[1]);
  /packages/apps/Launcher3/src/com/android/launcher3/views/
ScrimView.java 95 private final int[] mTempPos = new int[2];
387 getLocationOnScreen(mTempPos);
389 mTempRect.offset(mTempPos[0], mTempPos[1]);
  /tools/dexter/testdata/expected/
large.asm     [all...]

Completed in 1088 milliseconds