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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleDrawable.java139 private boolean mBackgroundActive; field in class:RippleDrawable
287 if (mBackgroundActive != active) {
288 mBackgroundActive = active;
330 if (mBackgroundActive) {
628 mBackgroundActive = false;

Completed in 249 milliseconds