Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleFlyoutView.java513 final Matrix outlineMatrix = new Matrix(); in getOutline() local
514 outlineMatrix.postTranslate(getLeft() + mBgTranslationX, getTop() + mBgTranslationY); in getOutline()
525 outlineMatrix.postTranslate( in getOutline()
528 outlineMatrix.preScale(percentShadowVisible, percentShadowVisible); in getOutline()
531 outline.mPath.transform(outlineMatrix); in getOutline()