Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DRippleDrawable.java294 onHotspotBoundsChanged(); in onBoundsChange()
634 onHotspotBoundsChanged(); in setHotspotBounds()
645 private void onHotspotBoundsChanged() { in onHotspotBoundsChanged() method in RippleDrawable
649 ripples[i].onHotspotBoundsChanged(); in onHotspotBoundsChanged()
653 mRipple.onHotspotBoundsChanged(); in onHotspotBoundsChanged()
657 mBackground.onHotspotBoundsChanged(); in onHotspotBoundsChanged()
DRippleComponent.java252 protected final void onHotspotBoundsChanged() { in onHotspotBoundsChanged() method in RippleComponent