Home
last modified time | relevance | path

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

/frameworks/support/design/src/android/support/design/widget/
DFloatingActionButton.java126 private PorterDuff.Mode mBackgroundTintMode; field in FloatingActionButton
159 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()