Home
last modified time | relevance | path

Searched defs:setGlobalShadowSettings (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/gui/
DISurfaceComposer.cpp1117 virtual status_t setGlobalShadowSettings(const half4& ambientColor, const half4& spotColor, in setGlobalShadowSettings() function in android::BpSurfaceComposer
DSurfaceComposerClient.cpp1900 status_t SurfaceComposerClient::setGlobalShadowSettings(const half4& ambientColor, in setGlobalShadowSettings() function in android::SurfaceComposerClient
/frameworks/native/libs/gui/tests/
DSurface_test.cpp855 status_t setGlobalShadowSettings(const half4& /*ambientColor*/, const half4& /*spotColor*/, in setGlobalShadowSettings() function in android::FakeSurfaceComposer
/frameworks/base/core/java/android/view/
DSurfaceControl.java2261 public static void setGlobalShadowSettings(@Size(4) float[] ambientColor, in setGlobalShadowSettings() method in SurfaceControl
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp6189 status_t SurfaceFlinger::setGlobalShadowSettings(const half4& ambientColor, const half4& spotColor, in setGlobalShadowSettings() function in android::SurfaceFlinger
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java1315 private void setGlobalShadowSettings() { in setGlobalShadowSettings() method in WindowManagerService