Searched defs:ContentKey (Results 1 – 7 of 7) sorted by relevance
44 sealed class ContentKey(debugName: String, identity: Any) : Key(debugName, identity) { class
179 fun ContentKey.targetSize(): IntSize? in scene() method
132 private fun ContentKey.isExpandable(): Boolean { in <lambda>() method
134 private val ContentKey.canBeOccluded: Boolean in <lambda>() constant
218 private fun ContentKey.isShade(): Boolean { in <lambda>() method
377 private fun ContentKey.showsNotifications(): Boolean { in <lambda>() method
300 private fun ContentKey?.isLockscreenOrNull() = this == Scenes.Lockscreen || this == null in <lambda>() method