Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DCircularPropagation.java63 TransitionValues positionValues; in getStartDelay() local
65 positionValues = startValues; in getStartDelay()
68 positionValues = endValues; in getStartDelay()
71 int viewCenterX = getViewX(positionValues); in getStartDelay()
72 int viewCenterY = getViewY(positionValues); in getStartDelay()
DSidePropagation.java80 TransitionValues positionValues; in getStartDelay() local
82 positionValues = startValues; in getStartDelay()
85 positionValues = endValues; in getStartDelay()
88 int viewCenterX = getViewX(positionValues); in getStartDelay()
89 int viewCenterY = getViewY(positionValues); in getStartDelay()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/
DKeyguardBouncerViewModelTest.kt132 val positionValues by collectValues(underTest.keyguardPosition) in <lambda>() constant
136 assertThat(positionValues).isEmpty() in <lambda>()