Home
last modified time | relevance | path

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

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