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

  /cts/tests/autofillservice/src/android/autofillservice/cts/
CustomDescriptionWithLinkTestCase.java 73 final int heigth = mUiBot.getDevice().getDisplayHeight(); local
74 final int min = Math.min(width, heigth);
76 assumeTrue("Screen size is too small (" + width + "x" + heigth + ")", min >= 500);
78 + width + "x" + heigth);
  /cts/tests/tests/telecom/src/android/telecom/cts/
RemoteConnectionTest.java 760 final int width = 100, heigth = 20; local
    [all...]

Completed in 87 milliseconds