Searched refs:getNightMode (Results 1 – 5 of 5) sorted by relevance
127 configuration.setNightMode(values.getNightMode(), true); in initFrom()364 public NightMode getNightMode() { in getNightMode() method in NestedConfiguration366 return super.getNightMode(); in getNightMode()368 return mParent.getNightMode(); in getNightMode()484 return configuration.getNightMode().getLongDisplayValue(); in computeDisplayName()
363 public NightMode getNightMode() { in getNightMode() method in VaryingConfiguration365 return super.getNightMode(); in getNightMode()367 NightMode nightMode = mParent.getNightMode(); in getNightMode()
254 copy.mNightMode = original.getNightMode(); in copy()316 public NightMode getNightMode() { in getNightMode() method in Configuration596 NightMode nightMode = getNightMode(); in syncFolderConfig()659 NightMode nightMode = getNightMode(); in toPersistentString()
99 NightMode selected = mConfigChooser.getConfiguration().getNightMode(); in addMenuItems()
174 : chooserConfig.getNightMode(), true); in createPreviews()