Searched refs:destY (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/tests/java_api/SampleTest/src/com/android/rs/sample/ |
D | sample.rscript | 34 float destY = (float)rsAllocationGetDimY(destAlloc) - 1.0f; 38 uv.y = (float)y / destY;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/ |
D | ExpandedAnimationController.java | 297 View bubbleView, float velX, float velY, float destY, Runnable after) { 305 .translationY(destY, after)
|
D | StackAnimationController.java | 536 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/ |
D | UiObject.java | 218 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/ |
D | BubbleStackView.java | 1246 final float destY = mDismissContainer.getDismissTargetCenterY() - mBubbleSize / 2f; 1258 mStackAnimationController.magnetToDismiss(velX, velY, destY, afterMagnet); 1262 magnetView, velX, velY, destY, afterMagnet);
|