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

  /frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/text/
EmojiSpanTest.java 56 final float expectedRatio = fontHeight * 1.0f / dimensionY;
76 assertEquals((int) (dimensionX * expectedRatio), resultSize);
77 assertEquals(expectedRatio, span.getRatio(), 0.01f);
78 assertEquals((int) (dimensionX * expectedRatio), span.getWidth());
79 assertEquals((int) (dimensionY * expectedRatio), span.getHeight());
  /cts/tests/camera/src/android/hardware/camera2/cts/
StillCaptureTest.java     [all...]

Completed in 236 milliseconds