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.java303 onHotspotBoundsChanged(); in onBoundsChange()
633 onHotspotBoundsChanged(); in setHotspotBounds()
644 private void onHotspotBoundsChanged() { in onHotspotBoundsChanged() method in RippleDrawable
648 ripples[i].onHotspotBoundsChanged(); in onHotspotBoundsChanged()
652 mRipple.onHotspotBoundsChanged(); in onHotspotBoundsChanged()
656 mBackground.onHotspotBoundsChanged(); in onHotspotBoundsChanged()
DRippleComponent.java260 protected final void onHotspotBoundsChanged() { in onHotspotBoundsChanged() method in RippleComponent