Home
last modified time | relevance | path

Searched refs:shadowWidth (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/wear/src/android/support/wear/widget/
DCircledImageView.java194 float shadowWidth = a.getDimension(R.styleable.CircledImageView_background_shadow_width, 0); in CircledImageView() local
201 mShadowPainter = new OvalShadowPainter(shadowWidth, 0, getCircleRadius(), in CircledImageView()
738 float shadowWidth, in OvalShadowPainter() argument
742 mShadowWidth = shadowWidth; in OvalShadowPainter()
/frameworks/support/core-ui/java/android/support/v4/widget/
DSlidingPaneLayout.java1152 final int shadowWidth = shadowDrawable.getIntrinsicWidth(); in draw() local
1157 right = left + shadowWidth; in draw()
1160 left = right - shadowWidth; in draw()
DDrawerLayout.java1378 final int shadowWidth = mShadowLeftResolved.getIntrinsicWidth(); in drawChild() local
1384 childRight + shadowWidth, child.getBottom()); in drawChild()
1389 final int shadowWidth = mShadowRightResolved.getIntrinsicWidth(); in drawChild() local
1395 mShadowRightResolved.setBounds(childLeft - shadowWidth, child.getTop(), in drawChild()