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

/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java130 private PorterDuff.Mode mBackgroundTintMode; field in class:FloatingActionButton
163 mBackgroundTintMode = ViewUtils.parseTintMode(a.getInt(
179 getImpl().setBackgroundDrawable(mBackgroundTint, mBackgroundTintMode,
270 return mBackgroundTintMode;
283 if (mBackgroundTintMode != tintMode) {
284 mBackgroundTintMode = tintMode;

Completed in 59 milliseconds