Searched refs:mShadowEnd (Results 1 – 1 of 1) sorted by relevance
232 private Drawable mShadowEnd = null; field in DrawerLayout475 mShadowEnd = shadowDrawable; in setDrawerShadow()1135 if (mShadowEnd != null) { in resolveLeftShadow()1137 mirror(mShadowEnd, layoutDirection); in resolveLeftShadow()1138 return mShadowEnd; in resolveLeftShadow()1147 if (mShadowEnd != null) { in resolveRightShadow()1149 mirror(mShadowEnd, layoutDirection); in resolveRightShadow()1150 return mShadowEnd; in resolveRightShadow()