Searched refs:mForegroundTintMode (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/widget/
H A DFrameLayout.java72 private PorterDuff.Mode mForegroundTintMode = null; field in class:FrameLayout
133 mForegroundTintMode = Drawable.parseTintMode(a.getInt(
134 R.styleable.FrameLayout_foregroundTintMode, -1), mForegroundTintMode);
359 mForegroundTintMode = tintMode;
373 return mForegroundTintMode;
385 mForeground.setTintMode(mForegroundTintMode);

Completed in 52 milliseconds