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

  /frameworks/support/design/src/android/support/design/internal/
ScrimInsetsFrameLayout.java 41 Drawable mInsetForeground;
61 mInsetForeground = a.getDrawable(R.styleable.ScrimInsetsFrameLayout_insetForeground);
78 setWillNotDraw(!insets.hasSystemWindowInsets() || mInsetForeground == null);
91 if (mInsets != null && mInsetForeground != null) {
97 mInsetForeground.setBounds(mTempRect);
98 mInsetForeground.draw(canvas);
102 mInsetForeground.setBounds(mTempRect);
103 mInsetForeground.draw(canvas);
107 mInsetForeground.setBounds(mTempRect);
108 mInsetForeground.draw(canvas)
    [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 1511 milliseconds