Home
last modified time | relevance | path

Searched refs:updateDisplayUniqueId (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/
H A DRoundedCornerResDelegate.kt41 fun updateDisplayUniqueId(newDisplayUniqueId: String?, newReloadToken: Int?) regex
87 override fun updateDisplayUniqueId(newDisplayUniqueId: String?, newReloadToken: Int?) {
H A DDebugRoundedCornerDelegate.kt75 override fun updateDisplayUniqueId(newDisplayUniqueId: String?, newReloadToken: Int?) {
H A DRoundedCornerDecorProviderImpl.kt84 roundedCornerResDelegate.updateDisplayUniqueId(displayUniqueId, reloadToken)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/decor/
H A DRoundedCornerResDelegateTest.kt87 roundedCornerResDelegate.updateDisplayUniqueId("test", null)
105 roundedCornerResDelegate.updateDisplayUniqueId(null, 1)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDisplayCutoutBaseView.kt97 updateDisplayUniqueId(info.uniqueId)
113 open fun updateDisplayUniqueId(newDisplayUniqueId: String?) {
H A DScreenDecorations.java560 mRoundedCornerResDelegate.updateDisplayUniqueId(newUniqueId, null); in startOnScreenDecorationsThread()