Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/graphics/
DShapeDelegateTest.kt151 var lastPath = cookiePath(Rect(0, 0, AREA_CALC_SIZE, AREA_CALC_SIZE)) in generic shape creates smooth animation() variable
155 assertThat(getAreaDiff(lastPath, currentPath)).isLessThan(incrementalDiff) in generic shape creates smooth animation()
156 lastPath = currentPath in generic shape creates smooth animation()
158 assertThat(getAreaDiff(lastPath, roundedRectPath(0.5f))).isLessThan(AREA_CALC_SIZE) in generic shape creates smooth animation()