[go: nahoru, domu]

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

/frameworks/av/media/libstagefright/yuv/
H A DYUVCanvas.cpp71 int32_t destX = destStartX + offsetX; local
79 mYUVImage.setPixelValue(destX, destY, yValue, uValue, vValue);
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java211 * @param destX the X-axis coordinate.
218 public boolean dragTo(int destX, int destY, int steps) throws UiObjectNotFoundException { argument
220 return getInteractionController().swipe(srcRect.centerX(), srcRect.centerY(), destX, destY,

Completed in 93 milliseconds