Searched refs:nativeOverlayBounds (Results 1 – 6 of 6) sorted by relevance
26 nativeOverlayBounds: Rect
45 nativeOverlayBounds: Rect, in isGoodOverlap()53 if (!touchData.isWithinBounds(nativeOverlayBounds)) { in isGoodOverlap()
33 nativeOverlayBounds: Rect, in isGoodOverlap()
53 overlayParams.nativeOverlayBounds in processTouch()
27 nativeOverlayBounds: Rect in isGoodOverlap()
61 val nativeOverlayBounds = Rect(overlayBounds).apply { scale(1f / scaleFactor) } in <lambda>() constant in com.android.systemui.biometrics.shared.model.UdfpsOverlayParams