Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java807 @NonNull Rect targetViewBounds, in translateOverlappingView() argument
815 Math.max(0, exclusionBounds.right - targetViewBounds.left), in translateOverlappingView()
817 inclusionBounds.right - targetViewBounds.right)); in translateOverlappingView()
822 Math.min(0, exclusionBounds.left - targetViewBounds.right), in translateOverlappingView()
824 inclusionBounds.left - targetViewBounds.left)); in translateOverlappingView()
829 Math.max(0, exclusionBounds.bottom - targetViewBounds.top), in translateOverlappingView()
831 inclusionBounds.bottom - targetViewBounds.bottom)); in translateOverlappingView()
836 Math.min(0, exclusionBounds.top - targetViewBounds.bottom), in translateOverlappingView()
838 inclusionBounds.top - targetViewBounds.top)); in translateOverlappingView()