Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DTriangleShape.java30 private Path mTriangularPath; field in TriangleShape
34 mTriangularPath = path; in TriangleShape()
55 outline.setConvexPath(mTriangularPath); in getOutline()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DTriangleShape.java32 private Path mTriangularPath; field in TriangleShape
36 mTriangularPath = path; in TriangleShape()
75 outline.setPath(mTriangularPath); in getOutline()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DTriangleShape.java30 private Path mTriangularPath; field in TriangleShape
34 mTriangularPath = path; in TriangleShape()
73 outline.setPath(mTriangularPath); in getOutline()