Searched refs:topLeftPath (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/transition/ |
D | ChangeBounds.java | 355 Path topLeftPath = getPathMotion().getPath(startLeft, startTop, endLeft, in createAnimator() local 358 topLeftPath); in createAnimator() 361 Path topLeftPath = getPathMotion().getPath(startLeft, startTop, in createAnimator() local 364 .ofObject(viewBounds, TOP_LEFT_PROPERTY, null, topLeftPath); in createAnimator() 380 Path topLeftPath = getPathMotion().getPath(startLeft, startTop, in createAnimator() local 383 topLeftPath); in createAnimator() 399 Path topLeftPath = getPathMotion().getPath(startLeft, startTop, endLeft, in createAnimator() local 402 topLeftPath); in createAnimator() 457 Path topLeftPath = getPathMotion().getPath(startX, startY, endX, endY); in createAnimator() local 459 DRAWABLE_ORIGIN_PROPERTY, null, topLeftPath); in createAnimator()
|