Searched refs:getOutline (Results 1 - 25 of 49) 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/v7/appcompat/src/android/support/v7/widget/
H A DActionBarBackgroundDrawableV21.java31 public void getOutline(@NonNull Outline outline) { method in class:ActionBarBackgroundDrawableV21
34 mContainer.mSplitBackground.getOutline(outline);
39 mContainer.mBackground.getOutline(outline);
/frameworks/support/design/lollipop/android/support/design/widget/
H A DCircularBorderDrawableLollipop.java29 public void getOutline(Outline outline) { method in class:CircularBorderDrawableLollipop
/frameworks/support/v17/preference-leanback/api21/android/support/v17/internal/widget/
H A DOutlineOnlyWithChildrenFrameLayout.java75 public void getOutline(View view, Outline outline) {
77 mInnerOutlineProvider.getOutline(view, outline);
79 ViewOutlineProvider.BACKGROUND.getOutline(view, 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/support/core-utils/api21/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawable21.java34 public void getOutline(Outline outline) { method in class:RoundedBitmapDrawable21
/frameworks/support/compat/api21/android/support/v4/graphics/drawable/
H A DDrawableWrapperApi21.java55 public void getOutline(Outline outline) { method in class:DrawableWrapperApi21
56 mDrawable.getOutline(outline);
/frameworks/base/libs/hwui/pipeline/skia/
H A DReorderBarrierDrawables.cpp124 || casterProperties.getOutline().getAlpha() <= 0.0f
125 || !casterProperties.getOutline().getPath()
133 * casterProperties.getOutline().getAlpha();
171 const SkPath* casterOutlinePath = casterProperties.getOutline().getPath();
H A DRenderNodeDrawable.cpp122 ? &properties.getOutline() : nullptr;
276 } else if (properties.getOutline().willClip()) {
277 clipOutline(properties.getOutline(), canvas, pendingClip);
/frameworks/support/v17/leanback/api21/android/support/v17/leanback/widget/
H A DRoundedRectHelperApi21.java37 public void getOutline(View view, Outline outline) { method in class:RoundedRectHelperApi21.RoundedRectOutlineProvider
H A DShadowHelperApi21.java32 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.h175 || CC_UNLIKELY(getOutline().willRoundRectClip())
566 const Outline& getOutline() const { function in class:android::uirenderer::RenderProperties
604 return getClipToBounds() && (getZ() <= 0 || getOutline().isEmpty());
609 && getOutline().getPath() != nullptr
610 && getOutline().getAlpha() != 0.0f;
H A DFrameBuilder.cpp212 const Outline& outline = properties.getOutline();
276 } else if (properties.getOutline().willClip()) {
277 mCanvasState.setClippingOutline(mAllocator, &(properties.getOutline()));
401 || properties.getOutline().getAlpha() <= 0.0f
402 || !properties.getOutline().getPath()
409 const SkPath* casterOutlinePath = properties.getOutline().getPath();
413 float casterAlpha = properties.getAlpha() * properties.getOutline().getAlpha();
472 const SkPath* projectionReceiverOutline = renderNode.properties().getOutline().getPath();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DAnimateableViewBounds.java59 public void getOutline(View view, Outline outline) { method in class:AnimateableViewBounds
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableOutlineView.java38 public void getOutline(View view, Outline outline) {
/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.java368 public void getOutline(@NonNull Outline outline) { method in class:DrawableWrapper
370 mDrawable.getOutline(outline);
372 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);

Completed in 512 milliseconds

12