Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/widget/
DDynamicAdaptiveIconDrawable.java88 private Rect mHotspotBounds; field in DynamicAdaptiveIconDrawable
489 if (mHotspotBounds == null) { in setHotspotBounds()
490 mHotspotBounds = new Rect(left, top, right, bottom); in setHotspotBounds()
492 mHotspotBounds.set(left, top, right, bottom); in setHotspotBounds()
498 if (mHotspotBounds != null) { in getHotspotBounds()
499 outRect.set(mHotspotBounds); in getHotspotBounds()