Searched defs:COMPLEX_UNIT_DIP (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | RemoteViewsTest.java | 1130 mRemoteViews.setViewLayoutMargin(textViewLtr.getId(), MARGIN_START, 10, COMPLEX_UNIT_DIP); in testSetViewLayoutMargin_layoutDirection() local 1131 mRemoteViews.setViewLayoutMargin(textViewLtr.getId(), MARGIN_TOP, 20, COMPLEX_UNIT_DIP); in testSetViewLayoutMargin_layoutDirection() local 1132 mRemoteViews.setViewLayoutMargin(textViewLtr.getId(), MARGIN_END, 30, COMPLEX_UNIT_DIP); in testSetViewLayoutMargin_layoutDirection() local 1133 mRemoteViews.setViewLayoutMargin(textViewLtr.getId(), MARGIN_BOTTOM, 40, COMPLEX_UNIT_DIP); in testSetViewLayoutMargin_layoutDirection() local 1144 mRemoteViews.setViewLayoutMargin(textViewRtl.getId(), MARGIN_START, 10, COMPLEX_UNIT_DIP); in testSetViewLayoutMargin_layoutDirection() local 1145 mRemoteViews.setViewLayoutMargin(textViewRtl.getId(), MARGIN_TOP, 20, COMPLEX_UNIT_DIP); in testSetViewLayoutMargin_layoutDirection() local 1146 mRemoteViews.setViewLayoutMargin(textViewRtl.getId(), MARGIN_END, 30, COMPLEX_UNIT_DIP); in testSetViewLayoutMargin_layoutDirection() local 1147 mRemoteViews.setViewLayoutMargin(textViewRtl.getId(), MARGIN_BOTTOM, 40, COMPLEX_UNIT_DIP); in testSetViewLayoutMargin_layoutDirection() local
|