Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DRippleDrawable.java359 final Rect hotspotBounds = mHotspotBounds; in isProjected() local
361 && radius <= hotspotBounds.width() / 2 in isProjected()
362 && radius <= hotspotBounds.height() / 2 in isProjected()
363 && (drawableBounds.equals(hotspotBounds) in isProjected()
364 || drawableBounds.contains(hotspotBounds))) { in isProjected()
DDrawableContainer.java540 final Rect hotspotBounds = mHotspotBounds; in initializeDrawableForDisplay() local
541 if (hotspotBounds != null) { in initializeDrawableForDisplay()
542 d.setHotspotBounds(hotspotBounds.left, hotspotBounds.top, in initializeDrawableForDisplay()
543 hotspotBounds.right, hotspotBounds.bottom); in initializeDrawableForDisplay()