HomeSort by relevance Sort by last modified time
    Searched full:horizontal2 (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
ToastTest.java 264 final float horizontal2 = 0.1f; local
268 mToast.setMargin(horizontal2, vertical2);
276 assertEquals(horizontal2, mToast.getHorizontalMargin());
279 assertEquals(horizontal2, params2.horizontalMargin);

Completed in 70 milliseconds