Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/widget/
DDynamicAdaptiveIconDrawable.java67 private final Region mTransparentRegion; field in DynamicAdaptiveIconDrawable
114 mTransparentRegion = new Region(); in DynamicAdaptiveIconDrawable()
265 mTransparentRegion.setEmpty(); in updateMaskBoundsInternal()
310 if (mTransparentRegion.isEmpty()) { in getTransparentRegion()
312 mTransparentRegion.set(getBounds()); in getTransparentRegion()
313 mTransparentRegion.setPath(mMask, mTransparentRegion); in getTransparentRegion()
316 return mTransparentRegion; in getTransparentRegion()