Home
last modified time | relevance | path

Searched refs:positionValues (Results 1 – 2 of 2) 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()