Home
last modified time | relevance | path

Searched refs:nightModeIndex (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationMatcher.java101 private int nightModeIndex; field in ConfigurationMatcher.ConfigBundle
112 nightModeIndex = bundle.nightModeIndex; in ConfigBundle()
355 mConfiguration.setNightMode(NightMode.getByIndex(match.bundle.nightModeIndex), in findAndSetCompatibleConfig()
388 mConfiguration.setNightMode(NightMode.getByIndex(match.bundle.nightModeIndex), true); in findAndSetCompatibleConfig()
441 b.nightModeIndex = index++; in addNightModeToBundles()