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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DFakeShadowDrawable.java75 private final int mShadowEndColor; field in class:FakeShadowDrawable
86 mShadowEndColor = resources.getColor(R.color.fake_shadow_end_color);
252 new int[]{mShadowStartColor, mShadowStartColor, mShadowEndColor},
261 new int[]{mShadowStartColor, mShadowStartColor, mShadowEndColor},
/frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
H A DRoundRectDrawableWithShadow.java79 private final int mShadowEndColor; field in class:RoundRectDrawableWithShadow
91 mShadowEndColor = resources.getColor(R.color.cardview_shadow_end_color);
286 new int[]{mShadowStartColor, mShadowStartColor, mShadowEndColor},
295 new int[]{mShadowStartColor, mShadowStartColor, mShadowEndColor},

Completed in 972 milliseconds