Home
last modified time | relevance | path

Searched defs:updateDisplayUniqueId (Results 1 – 3 of 3) 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
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDisplayCutoutBaseView.kt113 open fun updateDisplayUniqueId(newDisplayUniqueId: String?) { in <lambda>() method in com.android.systemui.DisplayCutoutBaseView