Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfaceController.java390 void setColorSpaceAgnostic(boolean agnostic) { in setColorSpaceAgnostic() method in WindowSurfaceController
403 mSurfaceControl.setColorSpaceAgnostic(agnostic); in setColorSpaceAgnostic()
DLetterbox.java252 mSurface.setColorSpaceAgnostic(true); in createSurface()
DWindowStateAnimator.java490 mSurfaceController.setColorSpaceAgnostic((attrs.privateFlags in createSurfaceLocked()
1261 mSurfaceController.setColorSpaceAgnostic(agnostic); in setColorSpaceAgnosticLocked()
/frameworks/base/core/java/android/view/
DSurfaceControl.java1272 public void setColorSpaceAgnostic(boolean agnostic) { in setColorSpaceAgnostic() method in SurfaceControl
1275 sGlobalTransaction.setColorSpaceAgnostic(this, agnostic); in setColorSpaceAgnostic()
2353 public Transaction setColorSpaceAgnostic(SurfaceControl sc, boolean agnostic) { in setColorSpaceAgnostic() method in SurfaceControl.Transaction
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h411 Transaction& setColorSpaceAgnostic(const sp<SurfaceControl>& sc, const bool agnostic);
/frameworks/native/services/surfaceflinger/
DLayer.h331 virtual bool setColorSpaceAgnostic(const bool agnostic);
DLayer.cpp1187 bool Layer::setColorSpaceAgnostic(const bool agnostic) { in setColorSpaceAgnostic() function in android::Layer
DSurfaceFlinger.cpp4116 if (layer->setColorSpaceAgnostic(s.colorSpaceAgnostic)) { in setClientStateLocked()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp1022 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setColorSpaceAgnostic( in setColorSpaceAgnostic() function in android::SurfaceComposerClient::Transaction
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp542 transaction->setColorSpaceAgnostic(surfaceControl, agnostic); in nativeSetColorSpaceAgnostic()
/frameworks/base/services/
Dart-profile17928 HSPLcom/android/server/wm/WindowSurfaceController;->setColorSpaceAgnostic(Z)V