Searched refs:topLeftPath (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/transition/ |
D | ChangeBounds.java | 319 Path topLeftPath = getPathMotion().getPath(startLeft, startTop, endLeft, in createAnimator() local 322 topLeftPath); in createAnimator() 325 Path topLeftPath = getPathMotion().getPath(startLeft, startTop, in createAnimator() local 328 .ofObject(viewBounds, TOP_LEFT_PROPERTY, null, topLeftPath); in createAnimator() 344 Path topLeftPath = getPathMotion().getPath(startLeft, startTop, in createAnimator() local 347 topLeftPath); in createAnimator() 363 Path topLeftPath = getPathMotion().getPath(startLeft, startTop, endLeft, in createAnimator() local 366 topLeftPath); in createAnimator() 452 Path topLeftPath = getPathMotion().getPath(startX, startY, endX, endY); in createAnimator() local 454 DRAWABLE_ORIGIN_PROPERTY, null, topLeftPath); in createAnimator()
|