Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/SampleTest/src/com/android/rs/sample/
Dsample.rscript34 float destY = (float)rsAllocationGetDimY(destAlloc) - 1.0f;
38 uv.y = (float)y / destY;
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DProjectionSpace.h65 const float destY = orientedDestContent.top; in getTransform() local
67 destTranslation.set(destX, destY); in getTransform()
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiObject.java218 public boolean dragTo(int destX, int destY, int steps) throws UiObjectNotFoundException { in dragTo() argument
220 return getInteractionController().swipe(srcRect.centerX(), srcRect.centerY(), destX, destY, in dragTo()