Home
last modified time | relevance | path

Searched refs:positionValues (Results 1 – 4 of 4) 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/support/transition/src/main/java/androidx/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.java81 TransitionValues positionValues; in getStartDelay() local
83 positionValues = startValues; in getStartDelay()
86 positionValues = endValues; in getStartDelay()
89 int viewCenterX = getViewX(positionValues); in getStartDelay()
90 int viewCenterY = getViewY(positionValues); in getStartDelay()