Home
last modified time | relevance | path

Searched refs:smartspaceViews (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceController.kt116 private var smartspaceViews = mutableSetOf<SmartspaceView>() regex
136 smartspaceViews.add(v as SmartspaceView)
158 smartspaceViews.remove(v as SmartspaceView)
163 if (smartspaceViews.isEmpty()) {
229 smartspaceViews.forEach { it.setDozeAmount(eased) }
234 smartspaceViews.forEach { it.setDozing(isDozing) }
287 smartspaceViews.forEach { it.setKeyguardBypassEnabled(bypassEnabled) }
399 if (session != null || smartspaceViews.isEmpty()) {
446 smartspaceViews.forEach { it.setSplitShadeEnabled(enabled) }
460 if (!smartspaceViews.isEmpty()) return
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/smartspace/
H A DDreamSmartspaceController.kt79 private var smartspaceViews = mutableSetOf<SmartspaceView>() regex
106 smartspaceViews.add(view)
112 smartspaceViews.remove(v as SmartspaceView)
114 if (smartspaceViews.isEmpty()) {
182 return smartspaceViews.isNotEmpty() || listeners.isNotEmpty() ||