Searched refs:mTransparentRegion (Results 1 – 1 of 1) sorted by relevance
67 private final Region mTransparentRegion; field in DynamicAdaptiveIconDrawable114 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()