/frameworks/base/core/java/android/hardware/display/ |
D | BrightnessConfiguration.java | 196 final BrightnessCorrection correction = entry.getValue(); in writeToParcel() local 198 correction.writeToParcel(dest, flags); in writeToParcel() 203 final BrightnessCorrection correction = entry.getValue(); in writeToParcel() local 205 correction.writeToParcel(dest, flags); in writeToParcel() 310 final BrightnessCorrection correction = 312 builder.addCorrectionByPackageName(packageName, correction); 318 final BrightnessCorrection correction = 320 builder.addCorrectionByCategory(category, correction); 363 final BrightnessCorrection correction = entry.getValue(); in saveToXml() local 366 correction.saveToXml(serializer); in saveToXml() [all …]
|
/frameworks/native/services/surfaceflinger/Effects/ |
D | Daltonizer.cpp | 160 mat4 correction(0); in update() local 166 correction = errp; in update() 171 correction = errd; in update() 176 correction = errt; in update() 185 (simulation * rgb2lms + correction * (rgb2lms - simulation * rgb2lms)); in update()
|
/frameworks/proto_logging/stats/enums/appsearch/ |
D | enums.proto | 25 * The enum class of AppSearch query correction type compared with the previous query. 33 * AppSearch will analyze each pair and tag the query correction type.
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | BrightnessMappingStrategy.java | 1229 BrightnessCorrection correction = mConfig.getCorrectionByPackageName(packageName); in correctBrightness() local 1230 if (correction != null) { in correctBrightness() 1231 return correction.apply(brightness); in correctBrightness() 1235 BrightnessCorrection correction = mConfig.getCorrectionByCategory(category); in correctBrightness() local 1236 if (correction != null) { in correctBrightness() 1237 return correction.apply(brightness); in correctBrightness()
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | IRemoteInputConnection.aidl | 73 void commitCorrection(in InputConnectionCommandHeader header, in CorrectionInfo correction); in commitCorrection() argument
|
/frameworks/proto_logging/stats/atoms/appsearch/ |
D | appsearch_extension_atoms.proto | 214 // The correction type of the query in this search intent compared with the previous search 260 // The correction type of the query in this search intent compared with the previous search
|
/frameworks/base/services/accessibility/ |
D | accessibility.aconfig | 220 description: "Feature allows users to change color correction saturation for daltonizer."
|
/frameworks/base/services/core/java/com/android/server/display/feature/ |
D | display_flags.aconfig | 211 …description: "Feature flag for enabling display anisotropy correction through LogicalDisplay upsca…
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 7725 const ssize_t correction = mSinkBufferSize / mFrameSize - actualWritten; in threadLoop_write() local 7726 ALOGD_IF(correction != 0 && writeFrames != 0, in threadLoop_write() 7728 __func__, writeFrames, actualWritten, correction, (long long)mFramesWritten); in threadLoop_write() 7729 mFramesWritten -= correction; in threadLoop_write()
|
/frameworks/proto_logging/stats/enums/app/ |
D | settings_enums.proto | 1902 // OPEN: Settings > Accessibility > Color correction 3680 // OPEN: Settings > Accessibility > Color correction > Edit shortcut dialog
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 828 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
|
/frameworks/native/docs/ |
D | Doxyfile | 997 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1111 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 1176 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 1226 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 315 // OPEN: Settings > Accessibility > Color correction
|