Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DISurfaceComposer.h503 virtual status_t setGlobalShadowSettings(const half4& ambientColor, const half4& spotColor,
DSurfaceComposerClient.h253 static status_t setGlobalShadowSettings(const half4& ambientColor, const half4& spotColor,
/frameworks/native/libs/gui/
DISurfaceComposer.cpp1086 status_t setGlobalShadowSettings(const half4& ambientColor, const half4& spotColor, in setGlobalShadowSettings() function in android::BpSurfaceComposer
2000 return setGlobalShadowSettings(ambientColor, spotColor, lightPosY, lightPosZ, in onTransact()
DSurfaceComposerClient.cpp2144 status_t SurfaceComposerClient::setGlobalShadowSettings(const half4& ambientColor, in setGlobalShadowSettings() function in android::SurfaceComposerClient
2147 return ComposerService::getComposerService()->setGlobalShadowSettings(ambientColor, spotColor, in setGlobalShadowSettings()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h708 status_t setGlobalShadowSettings(const half4& ambientColor, const half4& spotColor,
DSurfaceFlinger.cpp6672 status_t SurfaceFlinger::setGlobalShadowSettings(const half4& ambientColor, const half4& spotColor, in setGlobalShadowSettings() function in android::SurfaceFlinger
/frameworks/base/core/java/android/view/
DSurfaceControl.java2540 public static void setGlobalShadowSettings(@Size(4) float[] ambientColor, in setGlobalShadowSettings() method in SurfaceControl
/frameworks/native/libs/gui/tests/
DSurface_test.cpp878 status_t setGlobalShadowSettings(const half4& /*ambientColor*/, const half4& /*spotColor*/, in setGlobalShadowSettings() function in android::FakeSurfaceComposer
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java1388 setGlobalShadowSettings(); in WindowManagerService()
1399 private void setGlobalShadowSettings() { in setGlobalShadowSettings() method in WindowManagerService
1408 SurfaceControl.setGlobalShadowSettings(ambientColor, spotColor, lightY, lightZ, in setGlobalShadowSettings()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1666 client->setGlobalShadowSettings(ambientColor, spotColor, lightPosY, lightPosZ, lightRadius); in nativeSetGlobalShadowSettings()
/frameworks/base/services/
Dart-profile50134 HSPLcom/android/server/wm/WindowManagerService;->setGlobalShadowSettings()V