Searched refs:getOutline (Results 1 - 25 of 50) sorted by relevance

12

/frameworks/base/core/java/android/view/
H A DViewOutlineProvider.java31 * @see Drawable#getOutline(Outline)
35 public void getOutline(View view, Outline outline) {
38 background.getOutline(outline);
54 public void getOutline(View view, Outline outline) {
67 public void getOutline(View view, Outline outline) {
87 public abstract void getOutline(View view, Outline outline); method in class:ViewOutlineProvider
/frameworks/support/leanback-preference/api21/androidx/leanback/preference/internal/
H A DOutlineOnlyWithChildrenFrameLayout.java76 public void getOutline(View view, Outline outline) {
78 mInnerOutlineProvider.getOutline(view, outline);
80 ViewOutlineProvider.BACKGROUND.getOutline(view, outline);
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DActionBarBackgroundDrawable.java67 public void getOutline(@NonNull Outline outline) { method in class:ActionBarBackgroundDrawable
70 mContainer.mSplitBackground.getOutline(outline);
75 mContainer.mBackground.getOutline(outline);
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DArcShape.java68 public void getOutline(Outline outline) { method in class:ArcShape
H A DOvalShape.java41 public void getOutline(Outline outline) { method in class:OvalShape
H A DRectShape.java42 public void getOutline(Outline outline) { method in class:RectShape
H A DShape.java112 public void getOutline(@NonNull Outline outline) {} method in class:Shape
H A DRoundRectShape.java85 public void getOutline(Outline outline) { method in class:RoundRectShape
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DTriangleShape.java53 public void getOutline(@NonNull Outline outline) { method in class:TriangleShape
/frameworks/support/compat/src/main/java/androidx/core/graphics/drawable/
H A DRoundedBitmapDrawable21.java35 public void getOutline(Outline outline) { method in class:RoundedBitmapDrawable21
H A DWrappedDrawableApi21.java64 public void getOutline(@NonNull Outline outline) { method in class:WrappedDrawableApi21
65 mDrawable.getOutline(outline);
/frameworks/base/libs/hwui/pipeline/skia/
H A DReorderBarrierDrawables.cpp122 if (casterProperties.getAlpha() <= 0.0f || casterProperties.getOutline().getAlpha() <= 0.0f ||
123 !casterProperties.getOutline().getPath() || casterProperties.getScaleX() == 0 ||
130 casterProperties.getAlpha() * casterProperties.getOutline().getAlpha();
168 const SkPath* casterPath = casterProperties.getOutline().getPath();
H A DRenderNodeDrawable.cpp125 displayList->containsProjectionReceiver() ? &properties.getOutline() : nullptr;
299 } else if (properties.getOutline().willClip()) {
300 clipOutline(properties.getOutline(), canvas, pendingClip);
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DRoundedRectHelperApi21.java38 public void getOutline(View view, Outline outline) { method in class:RoundedRectHelperApi21.RoundedRectOutlineProvider
H A DShadowHelperApi21.java33 public void getOutline(View view, Outline outline) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DFakeShadowView.java63 public void getOutline(View view, Outline outline) {
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DClipOutlineActivity.java70 public void getOutline(View view, Outline outline) {
/frameworks/base/libs/hwui/
H A DRenderProperties.h158 || CC_UNLIKELY(getOutline().willRoundRectClip()) ||
481 const Outline& getOutline() const { return mPrimitiveFields.mOutline; } function in class:android::uirenderer::RenderProperties
505 return getClipToBounds() && (getZ() <= 0 || getOutline().isEmpty());
509 return getZ() > 0.0f && getOutline().getPath() != nullptr &&
510 getOutline().getAlpha() != 0.0f;
H A DFrameBuilder.cpp208 const Outline& outline = properties.getOutline();
270 } else if (properties.getOutline().willClip()) {
271 mCanvasState.setClippingOutline(mAllocator, &(properties.getOutline()));
392 if (properties.getAlpha() <= 0.0f || properties.getOutline().getAlpha() <= 0.0f ||
393 !properties.getOutline().getPath() || properties.getScaleX() == 0 ||
399 const SkPath* casterOutlinePath = properties.getOutline().getPath();
403 float casterAlpha = properties.getAlpha() * properties.getOutline().getAlpha();
458 const SkPath* projectionReceiverOutline = renderNode.properties().getOutline().getPath();
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/view/
H A DAnimateableViewBounds.java56 public void getOutline(View view, Outline outline) { method in class:AnimateableViewBounds
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContainer.java385 public void getOutline(@NonNull Outline outline) { method in class:ActionBarContainer.ActionBarBackgroundDrawable
388 mSplitBackground.getOutline(outline);
393 mBackground.getOutline(outline);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableWrapper.java377 public void getOutline(@NonNull Outline outline) { method in class:DrawableWrapper
379 mDrawable.getOutline(outline);
381 super.getOutline(outline);
H A DInsetDrawable.java305 public void getOutline(@NonNull Outline outline) { method in class:InsetDrawable
306 getDrawable().getOutline(outline);
H A DShapeDrawable.java502 public void getOutline(Outline outline) { method in class:ShapeDrawable
504 mShapeState.mShape.getOutline(outline);
H A DColorDrawable.java253 public void getOutline(@NonNull Outline outline) { method in class:ColorDrawable

Completed in 825 milliseconds

12