Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/android/view/shadow/
H A DSpotShadowConfig.java31 private final int mPolyLength; field in SpotShadowConfig
40 mPolyLength = builder.mPolyLength; in SpotShadowConfig()
67 return mPolyLength; in getPolyLength()
98 private int mPolyLength; field in SpotShadowConfig.Builder
121 this.mPolyLength = polyLength; in setPolygon()