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 132 private PorterDuff.Mode mBackgroundTintMode;
165 mBackgroundTintMode = ViewUtils.parseTintMode(a.getInt(
181 getImpl().setBackgroundDrawable(mBackgroundTint, mBackgroundTintMode,
271 return mBackgroundTintMode;
283 if (mBackgroundTintMode != tintMode) {
284 mBackgroundTintMode = tintMode;
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 32 milliseconds