Searched refs:mLightZ (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java364 private final float mLightZ; field in class:ThreadedRenderer
381 mLightZ = a.getDimension(R.styleable.Lighting_lightZ, 0);
599 nSetLightCenter(mNativeProxy, lightX, lightY, mLightZ);
983 private final float mLightY, mLightZ; field in class:ThreadedRenderer.SimpleRenderer
990 mLightZ = a.getDimension(R.styleable.Lighting_lightZ, 0);
1024 nSetLightCenter(mNativeProxy, lightX, lightY, mLightZ);

Completed in 34 milliseconds