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

/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java66 private int mRippleColor; field in class:FloatingActionButton
94 mRippleColor = a.getColor(R.styleable.FloatingActionButton_rippleColor, 0);
136 mBackgroundTintMode, mRippleColor, mBorderWidth);
168 if (mRippleColor != color) {
169 mRippleColor = color;
233 background, mBackgroundTint, mBackgroundTintMode, mRippleColor, mBorderWidth);

Completed in 72 milliseconds