Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DRippleDrawable.java312 onHotspotBoundsChanged(); in onBoundsChange()
577 onHotspotBoundsChanged(); in setHotspotBounds()
589 private void onHotspotBoundsChanged() { in onHotspotBoundsChanged() method in RippleDrawable
593 ripples[i].onHotspotBoundsChanged(); in onHotspotBoundsChanged()
597 mRipple.onHotspotBoundsChanged(); in onHotspotBoundsChanged()
601 mBackground.onHotspotBoundsChanged(); in onHotspotBoundsChanged()
DRippleBackground.java123 public void onHotspotBoundsChanged() { in onHotspotBoundsChanged() method in RippleBackground
DRipple.java158 public void onHotspotBoundsChanged() { in onHotspotBoundsChanged() method in Ripple