Searched refs:mShadowStart (Results 1 – 1 of 1) sorted by relevance
231 private Drawable mShadowStart = null; field in DrawerLayout473 mShadowStart = shadowDrawable; in setDrawerShadow()1129 if (mShadowStart != null) { in resolveLeftShadow()1131 mirror(mShadowStart, layoutDirection); in resolveLeftShadow()1132 return mShadowStart; in resolveLeftShadow()1153 if (mShadowStart != null) { in resolveRightShadow()1155 mirror(mShadowStart, layoutDirection); in resolveRightShadow()1156 return mShadowStart; in resolveRightShadow()