Searched refs:customValues (Results 1 – 2 of 2) sorted by relevance
123 String customValues = mNightModeController.getCustomValues(); in onCreate() local124 if (customValues == null) { in onCreate()127 customValues = NightModeController.toString(NightModeController.IDENTITY_MATRIX); in onCreate()129 mValues = NightModeController.toValues(customValues); in onCreate()
238 public static float[] toValues(String customValues) { in toValues() argument239 String[] strValues = customValues.split(","); in toValues()