Searched refs:destY (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
H A Dsample.rs34 float destY = (float)rsAllocationGetDimY(destAlloc) - 1.0f;
38 uv.y = (float)y / destY;
/frameworks/av/media/libstagefright/yuv/
H A DYUVCanvas.cpp72 int32_t destY = destStartY + offsetY; local
79 mYUVImage.setPixelValue(destX, destY, yValue, uValue, vValue);
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java209 * @param destY the Y-axis coordinate.
215 public boolean dragTo(int destX, int destY, int steps) throws UiObjectNotFoundException { argument
217 return getInteractionController().swipe(srcRect.centerX(), srcRect.centerY(), destX, destY,

Completed in 151 milliseconds