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 242 final float horizontal1 = 1.0f; local
246 mToast.setMargin(horizontal1, vertical1);
254 assertEquals(horizontal1, mToast.getHorizontalMargin());
257 assertEquals(horizontal1, params1.horizontalMargin);

Completed in 593 milliseconds