Home
last modified time | relevance | path

Searched defs:COMPLEX_UNIT_DIP (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java1066 mRemoteViews.setViewLayoutMargin(textViewLtr.getId(), MARGIN_START, 10, COMPLEX_UNIT_DIP); in testSetViewLayoutMargin_layoutDirection() local
1067 mRemoteViews.setViewLayoutMargin(textViewLtr.getId(), MARGIN_TOP, 20, COMPLEX_UNIT_DIP); in testSetViewLayoutMargin_layoutDirection() local
1068 mRemoteViews.setViewLayoutMargin(textViewLtr.getId(), MARGIN_END, 30, COMPLEX_UNIT_DIP); in testSetViewLayoutMargin_layoutDirection() local
1069 mRemoteViews.setViewLayoutMargin(textViewLtr.getId(), MARGIN_BOTTOM, 40, COMPLEX_UNIT_DIP); in testSetViewLayoutMargin_layoutDirection() local
1080 mRemoteViews.setViewLayoutMargin(textViewRtl.getId(), MARGIN_START, 10, COMPLEX_UNIT_DIP); in testSetViewLayoutMargin_layoutDirection() local
1081 mRemoteViews.setViewLayoutMargin(textViewRtl.getId(), MARGIN_TOP, 20, COMPLEX_UNIT_DIP); in testSetViewLayoutMargin_layoutDirection() local
1082 mRemoteViews.setViewLayoutMargin(textViewRtl.getId(), MARGIN_END, 30, COMPLEX_UNIT_DIP); in testSetViewLayoutMargin_layoutDirection() local
1083 mRemoteViews.setViewLayoutMargin(textViewRtl.getId(), MARGIN_BOTTOM, 40, COMPLEX_UNIT_DIP); in testSetViewLayoutMargin_layoutDirection() local