/frameworks/base/test-runner/src/android/test/ |
D | TouchUtils.java | 73 final float fromY = size.getHeight() * 0.5f; in dragQuarterScreenDown() local 76 drag(test, x, x, fromY, toY, 4); in dragQuarterScreenDown() 102 final float fromY = size.getHeight() * 0.5f; in dragQuarterScreenUp() local 105 drag(test, x, x, fromY, toY, 4); in dragQuarterScreenUp() 252 float fromY = xy[1] + (viewHeight / 2.0f); in dragViewToBottom() local 255 drag(test, x, x, fromY, toY, stepCount); in dragViewToBottom() 495 float fromY = xy[1] + (viewHeight / 2.0f); in dragViewToTop() local 498 drag(test, x, x, fromY, toY, stepCount); in dragViewToTop() 589 final int fromY = xy[1]; in dragViewBy() local 593 drag(test, fromX, fromX + deltaX, fromY, fromY + deltaY, distance); in dragViewBy() [all …]
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | DefaultItemAnimator.java | 60 public int fromX, fromY, toX, toY; field in DefaultItemAnimator.MoveInfo 62 MoveInfo(ViewHolder holder, int fromX, int fromY, int toX, int toY) { in MoveInfo() argument 65 this.fromY = fromY; in MoveInfo() 73 public int fromX, fromY, toX, toY; field in DefaultItemAnimator.ChangeInfo 80 int fromX, int fromY, int toX, int toY) { in ChangeInfo() argument 83 this.fromY = fromY; in ChangeInfo() 94 + ", fromY=" + fromY in toString() 126 animateMoveImpl(moveInfo.holder, moveInfo.fromX, moveInfo.fromY, in runPendingAnimations() 256 public boolean animateMove(final ViewHolder holder, int fromX, int fromY, in animateMove() argument 260 fromY += holder.itemView.getTranslationY(); in animateMove() [all …]
|
D | SimpleItemAnimator.java | 234 public abstract boolean animateMove(ViewHolder holder, int fromX, int fromY, in animateMove() argument
|
/frameworks/base/core/java/android/view/animation/ |
D | ScaleAnimation.java | 145 public ScaleAnimation(float fromX, float toX, float fromY, float toY) { in ScaleAnimation() argument 149 mFromY = fromY; in ScaleAnimation() 171 public ScaleAnimation(float fromX, float toX, float fromY, float toY, in ScaleAnimation() argument 176 mFromY = fromY; in ScaleAnimation() 212 public ScaleAnimation(float fromX, float toX, float fromY, float toY, in ScaleAnimation() argument 217 mFromY = fromY; in ScaleAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/ |
D | GesturePointerEventListener.kt | 358 val fromY = mDownY[i] in <lambda>() constant 370 fromY + in <lambda>() 377 fromY <= mSwipeStartThreshold.top && in <lambda>() 378 y > fromY + mSwipeDistanceThreshold && in <lambda>() 384 fromY >= screenHeight - mSwipeStartThreshold.bottom && in <lambda>() 385 y < fromY - mSwipeDistanceThreshold && in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SystemGesturesPointerEventListener.java | 383 final float fromY = mDownY[i]; in detectSwipe() local 386 + " moved (" + fromX + "->" + x + "," + fromY + "->" + y + ") in " + elapsed); in detectSwipe() 387 if (fromY <= mSwipeStartThreshold.top in detectSwipe() 388 && y > fromY + mSwipeDistanceThreshold in detectSwipe() 392 if (fromY >= screenHeight - mSwipeStartThreshold.bottom in detectSwipe() 393 && y < fromY - mSwipeDistanceThreshold in detectSwipe()
|
D | AppTransition.java | 703 final int fromY = enter ? sourceVCenter - destVCenter : destVCenter - sourceVCenter; in createAspectScaledThumbnailFreeformAnimationLocked() local 704 final TranslateAnimation translation = enter ? new TranslateAnimation(fromX, 0, fromY, 0) in createAspectScaledThumbnailFreeformAnimationLocked() 705 : new TranslateAnimation(0, fromX, 0, fromY); in createAspectScaledThumbnailFreeformAnimationLocked()
|
D | WindowState.java | 5629 private MoveAnimationSpec(int fromX, int fromY, int toX, int toY) { in MoveAnimationSpec() argument 5635 mFrom.set(fromX, fromY); in MoveAnimationSpec()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | TransitionAnimation.java | 871 float fromY; in createThumbnailAspectScaleAnimationLocked() local 878 fromY = mTmpRect.top; in createThumbnailAspectScaleAnimationLocked() 890 fromY = mTmpRect.top; in createThumbnailAspectScaleAnimationLocked() 902 Animation translate = createCurvedMotion(fromX, toX, fromY, toY); in createThumbnailAspectScaleAnimationLocked() 941 Animation translate = createCurvedMotion(toX, fromX, toY, fromY); in createThumbnailAspectScaleAnimationLocked() 1056 final int fromY = enter ? sourceVCenter - destVCenter : destVCenter - sourceVCenter; in createAspectScaledThumbnailFreeformAnimationLocked() local 1057 final TranslateAnimation translation = enter ? new TranslateAnimation(fromX, 0, fromY, 0) in createAspectScaledThumbnailFreeformAnimationLocked() 1058 : new TranslateAnimation(0, fromX, 0, fromY); in createAspectScaledThumbnailFreeformAnimationLocked() 1170 private static Animation createCurvedMotion(float fromX, float toX, float fromY, float toY) { in createCurvedMotion() argument 1171 return new TranslateAnimation(fromX, toX, fromY, toY); in createCurvedMotion()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
D | ExpandedAnimationController.java | 574 float fromY = p.y - mBubbleSizePx * ANIMATE_TRANSLATION_FACTOR; in onChildAdded() local 576 .translationY(fromY, p.y) in onChildAdded()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/ |
D | BiometricViewSizeBinder.kt | 677 fromY: Float = this.y in asVerticalAnimator() 679 val animator = ValueAnimator.ofFloat(fromY, toY) in asVerticalAnimator()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |