Searched refs:ColorTransformController (Results 1 – 4 of 4) sorted by relevance
25 import com.android.server.display.color.ColorDisplayService.ColorTransformController;54 WeakReference<ColorTransformController> controller) { in addColorTransformController()155 private final List<WeakReference<ColorTransformController>> mControllerRefs =173 WeakReference<ColorTransformController> controller) { in addColorTransformController()197 final Iterator<WeakReference<ColorTransformController>> iterator = mControllerRefs in updateState()200 WeakReference<ColorTransformController> controllerRef = iterator.next(); in updateState()201 final ColorTransformController controller = controllerRef.get(); in updateState()214 final Iterator<WeakReference<ColorTransformController>> iterator = mControllerRefs in clearExpiredReferences()217 WeakReference<ColorTransformController> controllerRef = iterator.next(); in clearExpiredReferences()218 final ColorTransformController controller = controllerRef.get(); in clearExpiredReferences()
1652 WeakReference<ColorTransformController> controller) { in attachColorTransformController()1733 public interface ColorTransformController { interface in ColorDisplayService
32 import com.android.server.display.color.ColorDisplayService.ColorTransformController;55 private ColorTransformController mColorTransformController;73 final WeakReference<ColorTransformController> ref = new WeakReference<>( in addColorTransformController_appliesExistingSaturation()86 final WeakReference<ColorTransformController> ref = new WeakReference<>( in setSaturationLevel_resetToDefault()108 final WeakReference<ColorTransformController> ref = new WeakReference<>( in setSaturationLevel_updateLevel()135 final WeakReference<ColorTransformController> ref = new WeakReference<>( in setSaturationLevel_multipleCallers_appliesStrongest()157 final WeakReference<ColorTransformController> ref = new WeakReference<>( in setSaturationLevel_multipleCallers_removingOneDoesNotAffectTheOther()
971 private final ColorDisplayService.ColorTransformController mColorTransformController =