Searched refs:smartspaceViews (Results 1 – 2 of 2) sorted by relevance
116 private var smartspaceViews = mutableSetOf<SmartspaceView>() regex136 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 …]
79 private var smartspaceViews = mutableSetOf<SmartspaceView>() regex106 smartspaceViews.add(view)112 smartspaceViews.remove(v as SmartspaceView)114 if (smartspaceViews.isEmpty()) {182 return smartspaceViews.isNotEmpty() || listeners.isNotEmpty() ||