Searched refs:hotspotBounds (Results 1 – 2 of 2) sorted by relevance
558 final Rect hotspotBounds = mHotspotBounds; in initializeDrawableForDisplay() local559 if (hotspotBounds != null) { in initializeDrawableForDisplay()560 d.setHotspotBounds(hotspotBounds.left, hotspotBounds.top, in initializeDrawableForDisplay()561 hotspotBounds.right, hotspotBounds.bottom); in initializeDrawableForDisplay()
448 final Rect hotspotBounds = mHotspotBounds; in isProjected() local450 && radius <= hotspotBounds.width() / 2 in isProjected()451 && radius <= hotspotBounds.height() / 2 in isProjected()452 && (drawableBounds.equals(hotspotBounds) in isProjected()453 || drawableBounds.contains(hotspotBounds))) { in isProjected()