Home
last modified time | relevance | path

Searched defs:targetViewBounds (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DUtilitiesTest.kt173 val targetViewBounds = Rect(40, 40, 60, 60) in testConcentricOverlap() constant
226 val targetViewBounds = Rect(10, 10, 20, 20) in noOverlap() constant
278 val targetViewBounds = Rect(20, 20, 30, 30) in leftDownCornerOverlap() constant
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java890 @NonNull Rect targetViewBounds, in translateOverlappingView()