Home
last modified time | relevance | path

Searched refs:setRoundRect (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DOutline.java162 setRoundRect(left, top, right, bottom, 0.0f); in setRect()
177 public void setRoundRect(int left, int top, int right, int bottom, float radius) { in setRoundRect() method in Outline
192 public void setRoundRect(@NonNull Rect rect, float radius) { in setRoundRect() method in Outline
193 setRoundRect(rect.left, rect.top, rect.right, rect.bottom, radius); in setRoundRect()
235 setRoundRect(left, top, right, bottom, (bottom - top) / 2.0f); in setOval()
/frameworks/support/core-utils/api21/android/support/v4/graphics/drawable/
DRoundedBitmapDrawable21.java34 outline.setRoundRect(mDstRect, getCornerRadius()); in getOutline()
/frameworks/support/v17/leanback/api21/android/support/v17/leanback/widget/
DRoundedRectHelperApi21.java36 outline.setRoundRect(0, 0, view.getWidth(), view.getHeight(), mRadius); in getOutline()
/frameworks/base/libs/hwui/tests/common/scenes/
DShadowGridAnimation.cpp58 props.mutableOutline().setRoundRect(0, 0, width, height, dp(6), 1); in createCard()
DShadowGrid2Animation.cpp58 props.mutableOutline().setRoundRect(0, 0, width, height, dp(6), 1); in createCard()
DRecentsAnimation.cpp76 props.mutableOutline().setRoundRect(0, 0, width, height, dp(10), 1); in createCard()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DClipOutlineActivity.java77 outline.setRoundRect(mRect, w / 2); in RegionView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DAnimateableViewBounds.java62 outline.setRoundRect(mClipRect.left, mClipRect.top, in getOutline()
/frameworks/base/libs/hwui/
DOutline.h42 void setRoundRect(int left, int top, int right, int bottom, float radius, float alpha) { in setRoundRect() function
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
DRoundRectShape.java99 outline.setRoundRect((int) Math.ceil(rect.left), (int) Math.ceil(rect.top), in getOutline()
/frameworks/support/v7/cardview/api21/android/support/v7/widget/
DRoundRectDrawable.java127 outline.setRoundRect(mBoundsI, mRadius); in getOutline()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/
DTaskCardView.java305 outline.setRoundRect(0, 0, view.getWidth(), view.getHeight(), mCornerRadius); in setAsScreenShotView()
/frameworks/base/libs/hwui/tests/unit/
DFrameBuilderTests.cpp1583 properties.mutableOutline().setRoundRect(10, 10, 90, 90, 5, 1.0f); in RENDERTHREAD_TEST()
1659 properties.mutableOutline().setRoundRect(10, 10, 390, 390, 0, 1.0f); in RENDERTHREAD_TEST()
1752 properties.mutableOutline().setRoundRect(0, 0, 100, 100, 0.0f, 1.0f); in createWhiteRectShadowCaster()
2016 properties.mutableOutline().setRoundRect(10, 20, 30, 40, 5.0f, 0.5f); in RENDERTHREAD_TEST()
/frameworks/base/graphics/java/android/graphics/drawable/
DNinePatchDrawable.java289 outline.setRoundRect(bounds.left + mOutlineInsets.left, in getOutline()
DGradientDrawable.java1698 outline.setRoundRect(bounds, rad);
/frameworks/base/core/jni/
Dandroid_view_RenderNode.cpp207 renderNode->mutateStagingProperties().mutableOutline().setRoundRect(left, top, right, bottom, in android_view_RenderNode_setOutlineRoundRect()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10956 method public void setRoundRect(int, int, int, int, float);
10957 method public void setRoundRect(android.graphics.Rect, float);
/frameworks/base/api/
Dtest-current.txt12105 method public void setRoundRect(int, int, int, int, float);
12106 method public void setRoundRect(android.graphics.Rect, float);
Dcurrent.txt12091 method public void setRoundRect(int, int, int, int, float);
12092 method public void setRoundRect(android.graphics.Rect, float);
Dsystem-current.txt12539 method public void setRoundRect(int, int, int, int, float);
12540 method public void setRoundRect(android.graphics.Rect, float);