Searched refs:LAYOUTDIR_RTL (Results 1 – 3 of 3) sorted by relevance
21 import static org.robolectric.res.android.ResTable_config.LAYOUTDIR_RTL;88 assertThat(config.screenLayout).isEqualTo(LAYOUTDIR_RTL); in parse_layoutDirection_rightToLeft()
404 ResTable_config.LAYOUTDIR_RTL; in parseLayoutDirection()
226 public static final int LAYOUTDIR_RTL = ACONFIGURATION_LAYOUTDIR_RTL << SHIFT_LAYOUTDIR; field in ResTable_config