Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DNestedConfiguration.java127 configuration.setNightMode(values.getNightMode(), true); in initFrom()
373 public void setNightMode(@NonNull NightMode night, boolean skipSync) { in setNightMode() method in NestedConfiguration
375 super.setNightMode(night, skipSync); in setNightMode()
377 mParent.setNightMode(night, skipSync); in setNightMode()
DOrientationMenuAction.java135 configuration.setNightMode(mMode, false); in run()
DConfigurationMatcher.java355 mConfiguration.setNightMode(NightMode.getByIndex(match.bundle.nightModeIndex), in findAndSetCompatibleConfig()
388 mConfiguration.setNightMode(NightMode.getByIndex(match.bundle.nightModeIndex), true); in findAndSetCompatibleConfig()
DConfiguration.java512 public void setNightMode(@NonNull NightMode night, boolean skipSync) { in setNightMode() method in Configuration
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreviewList.java172 configuration.setNightMode( in createPreviews()