Home
last modified time | relevance | path

Searched refs:getNightMode (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()
364 public NightMode getNightMode() { in getNightMode() method in NestedConfiguration
366 return super.getNightMode(); in getNightMode()
368 return mParent.getNightMode(); in getNightMode()
484 return configuration.getNightMode().getLongDisplayValue(); in computeDisplayName()
DVaryingConfiguration.java363 public NightMode getNightMode() { in getNightMode() method in VaryingConfiguration
365 return super.getNightMode(); in getNightMode()
367 NightMode nightMode = mParent.getNightMode(); in getNightMode()
DConfiguration.java254 copy.mNightMode = original.getNightMode(); in copy()
316 public NightMode getNightMode() { in getNightMode() method in Configuration
596 NightMode nightMode = getNightMode(); in syncFolderConfig()
659 NightMode nightMode = getNightMode(); in toPersistentString()
DOrientationMenuAction.java99 NightMode selected = mConfigChooser.getConfiguration().getNightMode(); in addMenuItems()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreviewList.java174 : chooserConfig.getNightMode(), true); in createPreviews()