Searched refs:isBounded (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | RippleDrawable.java | 347 if (isBounded()) { in isProjected() 371 private boolean isBounded() { in isBounded() method in RippleDrawable 547 final boolean isBounded = isBounded(); in tryBackgroundEnter() 548 mBackground = new RippleBackground(this, mHotspotBounds, isBounded, mForceSoftware); in tryBackgroundEnter() 585 final boolean isBounded = isBounded(); in tryRippleEnter() 586 mRipple = new RippleForeground(this, mHotspotBounds, x, y, isBounded, mForceSoftware); in tryRippleEnter() 918 if (!isBounded()) { in getDirtyBounds()
|
D | RippleBackground.java | 55 public RippleBackground(RippleDrawable owner, Rect bounds, boolean isBounded, in RippleBackground() argument 59 mIsBounded = isBounded; in RippleBackground()
|
D | RippleForeground.java | 90 boolean isBounded, boolean forceSoftware) { in RippleForeground() argument 93 mIsBounded = isBounded; in RippleForeground() 97 if (isBounded) { in RippleForeground()
|