Searched refs:dotPath (Results 1 – 5 of 5) sorted by relevance
41 private lateinit var dotPath: Path variable in com.android.wm.shell.bubbles.BubbleOverflow151 dotPath = in updateBtnTheme()170 dotPath.transform(matrix) in updateBtnTheme()242 return dotPath in getDotPath()
172 Path dotPath; field in BubbleViewInfoTask.BubbleViewInfo318 info.dotPath = iconPath; in populateCommonInfo()
583 mDotPath = info.dotPath; in setViewInfo()
91 final String dotPath = "abc/./def/ghi"; in test_getPathFromDocId() local92 docId = root + ":" + dotPath; in test_getPathFromDocId()
182 assertThat(info.dotPath).isNotNull() in <lambda>()210 assertThat(info.dotPath).isNotNull() in <lambda>()242 assertThat(info?.dotPath).isNotNull() in <lambda>()