Searched refs:mBackgroundTintMode (Results 1 – 1 of 1) sorted by relevance
126 private PorterDuff.Mode mBackgroundTintMode; field in FloatingActionButton159 mBackgroundTintMode = parseTintMode(a.getInt( in FloatingActionButton()175 getImpl().setBackgroundDrawable(mBackgroundTint, mBackgroundTintMode, in FloatingActionButton()253 return mBackgroundTintMode; in getBackgroundTintMode()265 if (mBackgroundTintMode != tintMode) { in setBackgroundTintMode()266 mBackgroundTintMode = tintMode; in setBackgroundTintMode()