Searched refs:mShadowStart (Results 1 – 1 of 1) sorted by relevance
226 private Drawable mShadowStart = null; field in DrawerLayout476 mShadowStart = shadowDrawable; in setDrawerShadow()1128 if (mShadowStart != null) { in resolveLeftShadow()1130 mirror(mShadowStart, layoutDirection); in resolveLeftShadow()1131 return mShadowStart; in resolveLeftShadow()1152 if (mShadowStart != null) { in resolveRightShadow()1154 mirror(mShadowStart, layoutDirection); in resolveRightShadow()1155 return mShadowStart; in resolveRightShadow()