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.java85 private Rect mHotspotBounds; field in DynamicAdaptiveIconDrawable
486 if (mHotspotBounds == null) { in setHotspotBounds()
487 mHotspotBounds = new Rect(left, top, right, bottom); in setHotspotBounds()
489 mHotspotBounds.set(left, top, right, bottom); in setHotspotBounds()
495 if (mHotspotBounds != null) { in getHotspotBounds()
496 outRect.set(mHotspotBounds); in getHotspotBounds()