Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleOverflow.kt39 private lateinit var dotPath: Path variable in com.android.wm.shell.bubbles.BubbleOverflow
103 dotPath = PathParser.createPathFromPathData( in updateBtnTheme()
111 dotPath.transform(matrix) in updateBtnTheme()
154 return dotPath in getDotPath()
DBubbleViewInfoTask.java131 Path dotPath; field in BubbleViewInfoTask.BubbleViewInfo
206 info.dotPath = iconPath; in populate()
DBubble.java415 mDotPath = info.dotPath; in setViewInfo()