Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java1283 private static void roundRectFToRect(@NonNull RectF sourceRectF, @NonNull Rect outRect) { in roundRectFToRect() argument
1285 outRect.set((int) (sourceRectF.left + 0.5), (int) (sourceRectF.top + 0.5), in roundRectFToRect()
1286 (int) (sourceRectF.right + 0.5), (int) (sourceRectF.bottom + 0.5)); in roundRectFToRect()