Home
last modified time | relevance | path

Searched refs:destY (Results 1 – 5 of 5) 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/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java297 View bubbleView, float velX, float velY, float destY, Runnable after) {
305 .translationY(destY, after)
DStackAnimationController.java536 public void magnetToDismiss(float velX, float velY, float destY, Runnable after) {
552 velY, destY, after);
/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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java1246 final float destY = mDismissContainer.getDismissTargetCenterY() - mBubbleSize / 2f;
1258 mStackAnimationController.magnetToDismiss(velX, velY, destY, afterMagnet);
1262 magnetView, velX, velY, destY, afterMagnet);