Home
last modified time | relevance | path

Searched refs:mLightRadius (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DLightingInfo.h32 return mLightRadius; in getLightRadius()
73 mLightRadius = lightGeometry.radius; in updateLighting()
79 static float mLightRadius;
DLightingInfo.cpp24 float LightingInfo::mLightRadius = 0; member in android::uirenderer::LightingInfo
/frameworks/base/core/java/android/view/
DThreadedRenderer.java252 private final float mLightRadius; field in ThreadedRenderer
341 mLightRadius = a.getDimension(R.styleable.Lighting_lightRadius, 0); in ThreadedRenderer()
615 setLightSourceGeometry(lightX, lightY, lightZ, mLightRadius); in setLightCenter()
841 private final float mLightY, mLightZ, mLightRadius; field in ThreadedRenderer.SimpleRenderer
851 mLightRadius = a.getDimension(R.styleable.Lighting_lightRadius, 0); in SimpleRenderer()
875 setLightSourceGeometry(lightX, lightY, lightZ, mLightRadius); in setLightCenter()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62422 Landroid/view/ThreadedRenderer;->mLightRadius:F