Searched refs:radius (Results 126 - 130 of 130) sorted by relevance

123456

/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java899 final float radius = height / 2;
900 canvas.drawRoundRect(new RectF(0, 0, width, height), radius, radius,
/frameworks/base/libs/hwui/tests/unit/
H A DFrameBuilderTests.cpp2121 EXPECT_EQ(25, state.roundRectClipState->radius);
2133 EXPECT_EQ(5, state.roundRectClipState->radius);
/frameworks/rs/cpp/
H A DrsCppStructs.h3860 * radius to all elements of an Allocation.
3884 * Sets the radius of the blur. The supported range is 0 < radius <= 25.
3885 * @param[in] radius radius of the blur
3887 void setRadius(float radius);
/frameworks/base/core/java/android/widget/
H A DTextView.java4095 * Gives the text a shadow of the specified blur radius and color, the specified
4110 public void setShadowLayer(float radius, float dx, float dy, int color) { argument
4111 mTextPaint.setShadowLayer(radius, dx, dy, color);
4113 mShadowRadius = radius;
4127 * Gets the radius of the shadow layer.
4129 * @return the radius of the shadow layer. If 0, the shadow layer is not visible
/frameworks/base/core/java/android/view/
H A DView.java14909 public void setRevealClip(boolean shouldClip, float x, float y, float radius) { argument
14910 mRenderNode.setRevealClip(shouldClip, x, y, radius);

Completed in 1055 milliseconds

123456