Searched refs:mShadowLeftResolved (Results 1 – 1 of 1) sorted by relevance
216 private Drawable mShadowLeftResolved; field in DrawerLayout1120 mShadowLeftResolved = resolveLeftShadow(); in resolveShadowDrawables()1388 } else if (mShadowLeftResolved != null in drawChild()1390 final int shadowWidth = mShadowLeftResolved.getIntrinsicWidth(); in drawChild()1395 mShadowLeftResolved.setBounds(childRight, child.getTop(), in drawChild()1397 mShadowLeftResolved.setAlpha((int) (0xff * alpha)); in drawChild()1398 mShadowLeftResolved.draw(canvas); in drawChild()