Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleOverflow.kt41 private lateinit var dotPath: Path variable in com.android.wm.shell.bubbles.BubbleOverflow
151 dotPath = in updateBtnTheme()
170 dotPath.transform(matrix) in updateBtnTheme()
242 return dotPath in getDotPath()
DBubbleViewInfoTask.java172 Path dotPath; field in BubbleViewInfoTask.BubbleViewInfo
318 info.dotPath = iconPath; in populateCommonInfo()
DBubble.java583 mDotPath = info.dotPath; in setViewInfo()
/frameworks/base/packages/ExternalStorageProvider/tests/src/com/android/externalstorage/
DExternalStorageProviderTest.java91 final String dotPath = "abc/./def/ghi"; in test_getPathFromDocId() local
92 docId = root + ":" + dotPath; in test_getPathFromDocId()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleViewInfoTest.kt182 assertThat(info.dotPath).isNotNull() in <lambda>()
210 assertThat(info.dotPath).isNotNull() in <lambda>()
242 assertThat(info?.dotPath).isNotNull() in <lambda>()