Home
last modified time | relevance | path

Searched refs:setColorSpaceAgnostic (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfaceController.java223 void setColorSpaceAgnostic(boolean agnostic) { in setColorSpaceAgnostic() method in WindowSurfaceController
234 getGlobalTransaction().setColorSpaceAgnostic(mSurfaceControl, agnostic); in setColorSpaceAgnostic()
H A DWindowStateAnimator.java347 mSurfaceController.setColorSpaceAgnostic((attrs.privateFlags in createSurfaceLocked()
637 mSurfaceController.setColorSpaceAgnostic(agnostic); in setColorSpaceAgnosticLocked()
H A DLetterbox.java356 t.setLayer(mSurface, -1).setColorSpaceAgnostic(mSurface, true); in createSurface()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DStubTransaction.java227 public SurfaceControl.Transaction setColorSpaceAgnostic(SurfaceControl sc, boolean agnostic) { in setColorSpaceAgnostic() method in StubTransaction
/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurfaceComposerClient.h490 Transaction& setColorSpaceAgnostic(const sp<SurfaceControl>& sc, const bool agnostic);
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.h449 virtual bool setColorSpaceAgnostic(const bool agnostic);
H A DLayer.cpp1027 bool Layer::setColorSpaceAgnostic(const bool agnostic) { in setColorSpaceAgnostic() function in android::Layer
H A DSurfaceFlinger.cpp4146 if (layer->setColorSpaceAgnostic(s.colorSpaceAgnostic)) { in setClientStateLocked()
/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceControl.java3047 public Transaction setColorSpaceAgnostic(SurfaceControl sc, boolean agnostic) { in setColorSpaceAgnostic() method in SurfaceControl.Transaction
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp1437 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setColorSpaceAgnostic( in setColorSpaceAgnostic() function in android::SurfaceComposerClient::Transaction
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp783 transaction->setColorSpaceAgnostic(surfaceControl, agnostic); in nativeSetColorSpaceAgnostic()
/aosp12/frameworks/base/services/
H A Dart-profile50811 HPLcom/android/server/wm/WindowSurfaceController;->setColorSpaceAgnostic(Z)V+]Lcom/android/server/w…