HomeSort by relevance Sort by last modified time
    Searched refs:toRectF (Results 1 - 3 of 3) sorted by null

  /frameworks/support/core/ktx/src/androidTest/java/androidx/core/graphics/
RectTest.kt 195 @Test fun toRectF() {
196 val rectF = Rect(0, 1, 2, 3).toRectF()
  /frameworks/support/core/ktx/src/main/java/androidx/core/graphics/
Rect.kt 308 inline fun Rect.toRectF(): RectF = RectF(this)
  /cts/tests/camera/src/android/hardware/camera2/cts/
AllocationTest.java 263 public RectF toRectF() {
734 new Patch(size, /*x*/0.45f, /*y*/0.45f, /*w*/0.1f, /*h*/0.1f).toRectF())
    [all...]

Completed in 91 milliseconds