Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleOverflow.kt39 private lateinit var dotPath: Path
127 dotPath =
146 dotPath.transform(matrix)
216 return dotPath
H A DBubbleViewInfoTask.java164 Path dotPath; field in BubbleViewInfoTask.BubbleViewInfo
295 info.dotPath = iconPath; in populateCommonInfo()
H A DBubble.java536 mDotPath = info.dotPath; in setViewInfo()
/aosp14/frameworks/base/packages/ExternalStorageProvider/tests/src/com/android/externalstorage/
H A DExternalStorageProviderTest.java74 final String dotPath = "abc/./def/ghi"; in testGetPathFromDocId() local
75 docId = root + ":" + dotPath; in testGetPathFromDocId()