HomeSort by relevance Sort by last modified time
    Searched defs:mBackgroundTintMode (Results 1 - 2 of 2) sorted by null

  /frameworks/support/design/src/android/support/design/widget/
FloatingActionButton.java 127 private PorterDuff.Mode mBackgroundTintMode;
160 mBackgroundTintMode = ViewUtils.parseTintMode(a.getInt(
176 getImpl().setBackgroundDrawable(mBackgroundTint, mBackgroundTintMode,
266 return mBackgroundTintMode;
278 if (mBackgroundTintMode != tintMode) {
279 mBackgroundTintMode = tintMode;
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 101 milliseconds