Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/view/shadow/
DSpotShadowConfig.java29 private final int mLightSourcePoints; field in SpotShadowConfig
47 mLightSourcePoints = builder.mLightSourcePoints; in SpotShadowConfig()
75 return mLightSourcePoints; in getLightSourcePoints()
142 private int mLightSourcePoints; field in SpotShadowConfig.Builder
177 public Builder setLightSourcePoints(int mLightSourcePoints) { in setLightSourcePoints() argument
178 this.mLightSourcePoints = mLightSourcePoints; in setLightSourcePoints()