Home
last modified time | relevance | path

Searched refs:alphaInterpretation (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/gui/aidl/android/gui/
DDisplayDecorationSupport.aidl24 int alphaInterpretation;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorHwcLayer.kt96 useInvertedAlphaColor = displayDecorationSupport.alphaInterpretation == in <lambda>()
DScreenDecorations.java325 return a.format == b.format && a.alphaInterpretation == b.alphaInterpretation; in eq()
1151 + alphaInterpretationToString(mHwcScreenDecorationSupport.alphaInterpretation)); in dump()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp253 jfieldID alphaInterpretation; member
1940 env->SetIntField(jDisplayDecorationSupport, gDisplayDecorationSupportInfo.alphaInterpretation, in nativeGetDisplayDecorationSupport()
1941 static_cast<jint>(support.value().alphaInterpretation)); in nativeGetDisplayDecorationSupport()
2719 gDisplayDecorationSupportInfo.alphaInterpretation = in register_android_view_SurfaceControl()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp3095 .alphaInterpretation = in getDisplayDecorationSupport()
3097 gsupport->alphaInterpretation) in getDisplayDecorationSupport()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp10332 outSupport->value().alphaInterpretation = in getDisplayDecorationSupport()
10333 static_cast<int32_t>(support->alphaInterpretation); in getDisplayDecorationSupport()