Searched refs:correction (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.cpp118 // The amount of correction can be adjusted here.
141 // We construct the matrix that will perform the whole correction.
147 // correction: type of color blindness correction (should match the simulation above):
149 mat4 correction(0);
155 if (mMode == Daltonizer::correction)
156 correction = errp;
161 if (mMode == Daltonizer::correction)
162 correction = errd;
167 if (mMode == Daltonizer::correction)
[all...]
H A DDaltonizer.h37 correction enumerator in enum:android::Daltonizer::Mode
/frameworks/base/core/java/com/android/internal/view/
H A DIInputContext.aidl53 void commitCorrection(in CorrectionInfo correction);
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowAnimator.java374 long correction = getStartTimeCorrection();
375 animation.setStartTime(currentTime + correction);
379 thumbnailAnimation.setStartTime(currentTime + correction);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3034 mDaltonizer.setMode(Daltonizer::correction);
H A DSurfaceFlinger_hwc1.cpp3048 mDaltonizer.setMode(Daltonizer::correction);

Completed in 313 milliseconds