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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleDrawable.java347 if (isBounded()) {
371 private boolean isBounded() { method in class:RippleDrawable
553 final boolean isBounded = isBounded();
554 mBackground = new RippleBackground(this, mHotspotBounds, isBounded, mForceSoftware);
591 final boolean isBounded = isBounded();
592 mRipple = new RippleForeground(this, mHotspotBounds, x, y, isBounded, mForceSoftware);
924 if (!isBounded()) {
H A DRippleBackground.java55 public RippleBackground(RippleDrawable owner, Rect bounds, boolean isBounded, argument
59 mIsBounded = isBounded;
H A DRippleForeground.java90 boolean isBounded, boolean forceSoftware) {
93 mIsBounded = isBounded;
97 if (isBounded) {
89 RippleForeground(RippleDrawable owner, Rect bounds, float startingX, float startingY, boolean isBounded, boolean forceSoftware) argument

Completed in 1138 milliseconds