Home
last modified time | relevance | path

Searched refs:boundsToAnimate (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DViewHierarchyAnimator.kt366 val boundsToAnimate = mutableSetOf<Bound>() in <lambda>() constant
367 if (startValues.getValue(Bound.LEFT) != left) boundsToAnimate.add(Bound.LEFT) in <lambda>()
368 if (startValues.getValue(Bound.TOP) != top) boundsToAnimate.add(Bound.TOP) in <lambda>()
369 if (startValues.getValue(Bound.RIGHT) != right) boundsToAnimate.add(Bound.RIGHT) in <lambda>()
371 boundsToAnimate.add(Bound.BOTTOM) in <lambda>()
374 if (boundsToAnimate.isNotEmpty()) { in <lambda>()
377 boundsToAnimate, in <lambda>()
474 val boundsToAnimate = mutableSetOf<Bound>() in <lambda>() constant
475 if (rootView.left != endValues.getValue(Bound.LEFT)) boundsToAnimate.add(Bound.LEFT) in <lambda>()
476 if (rootView.top != endValues.getValue(Bound.TOP)) boundsToAnimate.add(Bound.TOP) in <lambda>()
[all …]