Searched refs:mInsetForeground (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/design/src/android/support/design/internal/
H A DScrimInsetsFrameLayout.java37 private Drawable mInsetForeground; field in class:ScrimInsetsFrameLayout
57 mInsetForeground = a.getDrawable(R.styleable.ScrimInsetsFrameLayout_insetForeground);
73 setWillNotDraw(mInsets.isEmpty() || mInsetForeground == null);
86 if (mInsets != null && mInsetForeground != null) {
92 mInsetForeground.setBounds(mTempRect);
93 mInsetForeground.draw(canvas);
97 mInsetForeground.setBounds(mTempRect);
98 mInsetForeground.draw(canvas);
102 mInsetForeground.setBounds(mTempRect);
103 mInsetForeground
[all...]

Completed in 207 milliseconds