Searched refs:getPathMotion (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/java/android/transition/ |
H A D | ChangeBounds.java | 355 Path topLeftPath = getPathMotion().getPath(startLeft, startTop, endLeft, in createAnimator() 361 Path topLeftPath = getPathMotion().getPath(startLeft, startTop, in createAnimator() 366 Path bottomRightPath = getPathMotion().getPath(startRight, startBottom, in createAnimator() 380 Path topLeftPath = getPathMotion().getPath(startLeft, startTop, in createAnimator() 385 Path bottomRight = getPathMotion().getPath(startRight, startBottom, in createAnimator() 399 Path topLeftPath = getPathMotion().getPath(startLeft, startTop, endLeft, in createAnimator() 457 Path topLeftPath = getPathMotion().getPath(startX, startY, endX, endY); in createAnimator()
|
H A D | ChangeTransform.java | 299 Path path = getPathMotion().getPath(startMatrixValues[Matrix.MTRANS_X], in createTransformAnimator()
|
H A D | TransitionSet.java | 177 transition.setPathMotion(getPathMotion()); in addTransition()
|
H A D | Transition.java | 2140 public PathMotion getPathMotion() { in getPathMotion() method in Transition
|
/aosp14/frameworks/base/core/tests/coretests/src/android/transition/ |
H A D | TransitionTest.java | 89 assertEquals(fade.getPathMotion(), clone.getPathMotion()); in testClone()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 49047 method public android.transition.PathMotion getPathMotion();
|