Searched refs:mShadowLeftResolved (Results 1 – 1 of 1) sorted by relevance
221 private Drawable mShadowLeftResolved; field in DrawerLayout1121 mShadowLeftResolved = resolveLeftShadow(); in resolveShadowDrawables()1387 } else if (mShadowLeftResolved != null in drawChild()1389 final int shadowWidth = mShadowLeftResolved.getIntrinsicWidth(); in drawChild()1394 mShadowLeftResolved.setBounds(childRight, child.getTop(), in drawChild()1396 mShadowLeftResolved.setAlpha((int) (0xff * alpha)); in drawChild()1397 mShadowLeftResolved.draw(canvas); in drawChild()