Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DRippleDrawable.java347 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()
DRippleBackground.java55 public RippleBackground(RippleDrawable owner, Rect bounds, boolean isBounded, in RippleBackground() argument
59 mIsBounded = isBounded; in RippleBackground()
DRippleForeground.java90 boolean isBounded, boolean forceSoftware) { in RippleForeground() argument
93 mIsBounded = isBounded; in RippleForeground()
97 if (isBounded) { in RippleForeground()