Searched refs:autoMode (Results 1 – 4 of 4) sorted by relevance
50 final int autoMode = manager.getNightDisplayAutoMode(); in getAutoModeSummary() local51 if (autoMode == ColorDisplayManager.AUTO_MODE_CUSTOM_TIME) { in getAutoModeSummary()59 } else if (autoMode == ColorDisplayManager.AUTO_MODE_TWILIGHT) { in getAutoModeSummary()
117 final int autoMode = mColorDisplayManager.getNightDisplayAutoMode(); in updateStateInternal() local119 if (autoMode == ColorDisplayManager.AUTO_MODE_CUSTOM_TIME) { in updateStateInternal()
133 public void onAutoModeChanged(int autoMode) { in onAutoModeChanged() argument
137 Display.Mode autoMode = display.getSystemPreferredDisplayMode(); in createPreferences() local139 autoMode.getPhysicalWidth(), autoMode.getPhysicalHeight()) + " " in createPreferences()141 getContext().getResources(), autoMode.getRefreshRate())); in createPreferences()