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

/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java63 private PorterDuff.Mode mBackgroundTintMode; field in class:FloatingActionButton
92 mBackgroundTintMode = parseTintMode(a.getInt(
136 mBackgroundTintMode, mRippleColor, mBorderWidth);
211 return mBackgroundTintMode;
223 if (mBackgroundTintMode != tintMode) {
224 mBackgroundTintMode = tintMode;
233 background, mBackgroundTint, mBackgroundTintMode, mRippleColor, mBorderWidth);

Completed in 34 milliseconds