Searched defs:destY (Results 1 - 2 of 2) sorted by relevance

/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 97 milliseconds