Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleOverflow.kt39 private lateinit var dotPath: Path
103 dotPath = PathParser.createPathFromPathData(
111 dotPath.transform(matrix)
154 return dotPath
H A DBubbleViewInfoTask.java131 Path dotPath; field in BubbleViewInfoTask.BubbleViewInfo
206 info.dotPath = iconPath; in populate()
H A DBubble.java415 mDotPath = info.dotPath; in setViewInfo()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeviceProfile.java466 Path dotPath = GraphicsUtils.getShapePath(DEFAULT_DOT_SIZE); in DeviceProfile()
467 mDotRendererWorkSpace = new DotRenderer(iconSizePx, dotPath, DEFAULT_DOT_SIZE); in DeviceProfile()
469 new DotRenderer(allAppsIconSizePx, dotPath, DEFAULT_DOT_SIZE); in DeviceProfile()