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

  /cts/tests/tests/widget/src/android/widget/cts/
ToastTest.java 233 final float horizontal1 = 1.0f; local
237 mToast.setMargin(horizontal1, vertical1);
245 assertEquals(horizontal1, mToast.getHorizontalMargin());
248 assertEquals(horizontal1, params1.horizontalMargin);

Completed in 52 milliseconds