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

  /frameworks/av/services/camera/libcameraservice/device3/
DistortionMapper.cpp 381 float rawY = y * scaleY;
384 rawY = std::min(mArrayHeight - 1, std::max(0.f, rawY));
387 coordPairs[i + 1] = static_cast<T>(std::round(rawY));
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
NativeInput.java 650 // rawX and rawY. So we apply the transformation to the first point
652 // and rawY for that point.
658 float rawY = getRawY(0);
659 transformPoint(matrix, rawX + oldXOffset, rawY + oldYOffset, newX, newY);
661 mYOffset = newY.get() - rawY;

Completed in 905 milliseconds