Searched refs:positionValues (Results 1 – 3 of 3) sorted by relevance
63 TransitionValues positionValues; in getStartDelay() local65 positionValues = startValues; in getStartDelay()68 positionValues = endValues; in getStartDelay()71 int viewCenterX = getViewX(positionValues); in getStartDelay()72 int viewCenterY = getViewY(positionValues); in getStartDelay()
80 TransitionValues positionValues; in getStartDelay() local82 positionValues = startValues; in getStartDelay()85 positionValues = endValues; in getStartDelay()88 int viewCenterX = getViewX(positionValues); in getStartDelay()89 int viewCenterY = getViewY(positionValues); in getStartDelay()
132 val positionValues by collectValues(underTest.keyguardPosition) in <lambda>() constant136 assertThat(positionValues).isEmpty() in <lambda>()