Searched refs:isBounded (Results 1 – 3 of 3) sorted by relevance
46 public RippleBackground(RippleDrawable owner, Rect bounds, boolean isBounded) { in RippleBackground() argument49 mIsBounded = isBounded; in RippleBackground()
288 mBackground = new RippleBackground(this, mHotspotBounds, isBounded()); in setBackgroundActive()348 if (isBounded()) { in isProjected()372 private boolean isBounded() { in isBounded() method in RippleDrawable674 if (isBounded()) { in draw()913 if (!isBounded()) { in getDirtyBounds()
8986 HSPLandroid/graphics/drawable/RippleDrawable;->isBounded()Z