Home
last modified time | relevance | path

Searched refs:SmartspaceView (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/dagger/
H A DSmartspaceViewComponent.kt46 fun getView(): BcSmartspaceDataPlugin.SmartspaceView
61 BcSmartspaceDataPlugin.SmartspaceView {
63 as? BcSmartspaceDataPlugin.SmartspaceView
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceControllerTest.kt181 private lateinit var dateSmartspaceView: SmartspaceView
182 private lateinit var weatherSmartspaceView: SmartspaceView
183 private lateinit var smartspaceView: SmartspaceView
809 val smartspaceView2 = view as SmartspaceView
835 smartspaceView = view as SmartspaceView
858 dateSmartspaceView = dateView as SmartspaceView
883 smartspaceView = view as SmartspaceView
1005 return spy(object : View(context), SmartspaceView {
1033 return spy(object : View(context), SmartspaceView {
1053 private fun createSmartspaceView(): SmartspaceView {
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/smartspace/
H A DDreamSmartspaceControllerTest.kt33 import com.android.systemui.plugins.BcSmartspaceDataPlugin.SmartspaceView
77 private var weatherSmartspaceView: SmartspaceView = TestView(context)
92 private var smartspaceView: SmartspaceView = TestView(context)
109 private class TestView(context: Context?) : View(context), SmartspaceView {
214 val weatherSmartspaceView = weatherView as SmartspaceView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/smartspace/
H A DDreamSmartspaceController.kt32 import com.android.systemui.plugins.BcSmartspaceDataPlugin.SmartspaceView
79 private var smartspaceViews = mutableSetOf<SmartspaceView>()
103 val view = v as SmartspaceView
112 smartspaceViews.remove(v as SmartspaceView)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceController.kt53 import com.android.systemui.plugins.BcSmartspaceDataPlugin.SmartspaceView
116 private var smartspaceViews = mutableSetOf<SmartspaceView>()
118 mutableMapOf<SmartspaceView, RegionSampler>()
135 (v as SmartspaceView).setSplitShadeEnabled(mSplitShadeEnabled)
136 smartspaceViews.add(v as SmartspaceView)
158 smartspaceViews.remove(v as SmartspaceView)
161 regionSamplers.remove(v as SmartspaceView)
/aosp14/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/
H A DBcSmartspaceDataPlugin.java82 default SmartspaceView getView(ViewGroup parent) { in getView()
105 interface SmartspaceView { interface
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationController.kt495 as? BcSmartspaceDataPlugin.SmartspaceView)?.currentCardTopPadding ?: 0)
501 (lockscreenSmartspace as BcSmartspaceDataPlugin.SmartspaceView?)?.selectedPage ?: -1