Searched refs:LAYOUTDIR_ANY (Results 1 – 4 of 4) sorted by relevance
19 import static org.robolectric.res.android.ResTable_config.LAYOUTDIR_ANY;95 assertThat(config.screenLayout).isEqualTo(LAYOUTDIR_ANY); in parse_layoutDirection_any()
133 if (resTabLayoutDir != ResTable_config.LAYOUTDIR_ANY) { in applyToConfiguration()
390 ResTable_config.LAYOUTDIR_ANY; in parseLayoutDirection()
224 public static final int LAYOUTDIR_ANY = ACONFIGURATION_LAYOUTDIR_ANY << SHIFT_LAYOUTDIR; field in ResTable_config