HomeSort by relevance Sort by last modified time
    Searched defs:mLightRadius (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
OpenGLRenderer.h 357 float getLightRadius() const { return mLightRadius; }
876 float mLightRadius;
    [all...]
  /frameworks/base/core/java/android/view/
ThreadedRenderer.java 101 private final float mLightRadius;
115 mLightRadius = a.getDimension(R.styleable.Lighting_lightRadius, 0);
218 nSetup(mNativeProxy, mSurfaceWidth, mSurfaceHeight, mLightRadius,

Completed in 385 milliseconds