Searched refs:requestColorTransform (Results 1 – 4 of 4) sorted by relevance
63 void requestColorTransform(int displayId, int colorTransformId); in requestColorTransform() method
357 public void requestColorTransform(int displayId, int colorTransformId) { in requestColorTransform() method in DisplayManagerGlobal359 mDm.requestColorTransform(displayId, colorTransformId); in requestColorTransform()
694 public void requestColorTransform(ColorTransform colorTransform) { in requestColorTransform() method in Display695 mGlobal.requestColorTransform(mDisplayId, colorTransform.getId()); in requestColorTransform()
1354 public void requestColorTransform(int displayId, int colorTransformId) { in requestColorTransform() method in DisplayManagerService.BinderService