Home
last modified time | relevance | path

Searched refs:getOutline (Results 1 – 25 of 85) sorted by relevance

1234

/aosp12/frameworks/base/core/java/android/view/
H A DViewOutlineProvider.java35 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); in getOutline() method in ViewOutlineProvider
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DReorderBarrierDrawables.cpp129 if (casterProperties.getAlpha() <= 0.0f || casterProperties.getOutline().getAlpha() <= 0.0f || in drawShadow()
130 !casterProperties.getOutline().getPath() || casterProperties.getScaleX() == 0 || in drawShadow()
137 casterProperties.getAlpha() * casterProperties.getOutline().getAlpha(); in drawShadow()
180 const SkPath* casterPath = casterProperties.getOutline().getPath(); in drawShadow()
H A DRenderNodeDrawable.cpp156 displayList->containsProjectionReceiver() ? &properties.getOutline() : nullptr; in forceDraw()
417 } else if (properties.getOutline().willClip()) { in setViewProperties()
418 clipOutline(properties.getOutline(), canvas, pendingClip); in setViewProperties()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DViewOutlineProviderCompatUtilsLXX.java61 public void getOutline(final View view, final Outline outline) { in getOutline() method in ViewOutlineProviderCompatUtilsLXX.InsetsOutlineProvider
64 ViewOutlineProvider.BACKGROUND.getOutline(view, outline); in getOutline()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/
H A DRevealOutlineAnimation.java86 public void getOutline(View v, Outline outline) { in getOutline() method in RevealOutlineAnimation
94 public void getOutline(Rect out) { in getOutline() method in RevealOutlineAnimation
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DViewUtil.java65 public void getOutline(View view, Outline outline) {
79 public void getOutline(View view, Outline outline) {
/aosp12/frameworks/base/libs/hwui/
H A DRenderProperties.h172 || CC_UNLIKELY(getOutline().willRoundRectClip()) || in prepareForFunctorPresence()
499 const Outline& getOutline() const { return mPrimitiveFields.mOutline; } in getOutline() function
523 return getClipToBounds() && (getZ() <= 0 || getOutline().isEmpty()); in getClipDamageToBounds()
527 return getZ() > 0.0f && getOutline().getPath() != nullptr && in hasShadow()
528 getOutline().getAlpha() != 0.0f; in hasShadow()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBadgedImageView.java113 public void getOutline(View view, Outline outline) { in BadgedImageView()
114 BadgedImageView.this.getOutline(outline); in BadgedImageView()
119 private void getOutline(Outline outline) { in getOutline() method in BadgedImageView
H A DBubbleFlyoutView.java193 public void getOutline(View view, Outline outline) { in BubbleFlyoutView()
194 BubbleFlyoutView.this.getOutline(outline); in BubbleFlyoutView()
492 relevantTriangle.getOutline(mTriangleOutline); in renderPointerTriangle()
498 private void getOutline(Outline outline) { in getOutline() method in BubbleFlyoutView
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DAnimatedTaskView.java95 mTaskViewOutlineProvider.getOutline(this, startOutline); in createAnimationToMultiRowLayout()
123 public void getOutline(View view, Outline outline) { in createAnimationToMultiRowLayout()
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DOvalShape.java41 public void getOutline(Outline outline) { in getOutline() method in OvalShape
H A DArcShape.java70 public void getOutline(Outline outline) { in getOutline() method in ArcShape
H A DShape.java114 public void getOutline(@NonNull Outline outline) {} in getOutline() method in Shape
H A DRectShape.java44 public void getOutline(Outline outline) { in getOutline() method in RectShape
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/view/
H A DContactAvatarOutputlineProvider.java39 public void getOutline(View view, Outline outline) { in getOutline() method in ContactAvatarOutputlineProvider
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/core/ui/shared/
H A DCircularOutputlineProvider.java42 public void getOutline(View view, Outline outline) { in getOutline() method in CircularOutputlineProvider
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContainer.java385 public void getOutline(@NonNull Outline outline) { in getOutline() method in ActionBarContainer.ActionBarBackgroundDrawable
388 mSplitBackground.getOutline(outline); in getOutline()
393 mBackground.getOutline(outline); in getOutline()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DTriangleShape.java54 public void getOutline(@NonNull Outline outline) { in getOutline() method in TriangleShape
H A DFastScrollThumbDrawable.java43 public void getOutline(Outline outline) { in getOutline() method in FastScrollThumbDrawable
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DSimIconView.java40 public void getOutline(View v, Outline outline) { in SimIconView()
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableWrapper.java396 public void getOutline(@NonNull Outline outline) { in getOutline() method in DrawableWrapper
398 mDrawable.getOutline(outline); in getOutline()
400 super.getOutline(outline); in getOutline()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DTriangleShape.java74 public void getOutline(@NonNull Outline outline) { in getOutline() method in TriangleShape
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DTriangleShape.java72 public void getOutline(@NonNull Outline outline) { in getOutline() method in TriangleShape
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DClipOutlineActivity.java70 public void getOutline(View view, Outline outline) { in RegionView()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DBaseLauncherAppWidgetHostView.java43 public void getOutline(View view, Outline outline) {

1234