Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/dagger/
DSmartspaceViewComponent.kt46 fun getView(): BcSmartspaceDataPlugin.SmartspaceView in create()
61 BcSmartspaceDataPlugin.SmartspaceView { in create()
63 as? BcSmartspaceDataPlugin.SmartspaceView in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/ui/binder/
DSmartspaceViewBinder.kt23 import com.android.systemui.plugins.BcSmartspaceDataPlugin.SmartspaceView in <lambda>()
32 smartspaceView: SmartspaceView, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceControllerTest.kt48 import com.android.systemui.plugins.BcSmartspaceDataPlugin.SmartspaceView in <lambda>()
187 private lateinit var dateSmartspaceView: SmartspaceView in <lambda>()
188 private lateinit var weatherSmartspaceView: SmartspaceView in <lambda>()
189 private lateinit var smartspaceView: SmartspaceView in <lambda>()
760 val smartspaceView2 = view as SmartspaceView in <lambda>()
777 smartspaceView = view as SmartspaceView in <lambda>()
805 val mockSmartspaceView = mock(SmartspaceView::class.java) in <lambda>()
822 val mockSmartspaceView = mock(SmartspaceView::class.java) in <lambda>()
834 dateSmartspaceView = dateView as SmartspaceView in <lambda>()
847 weatherSmartspaceView = weatherView as SmartspaceView in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/smartspace/
DDreamSmartspaceControllerTest.kt33 import com.android.systemui.plugins.BcSmartspaceDataPlugin.SmartspaceView
76 private val weatherSmartspaceView: SmartspaceView by lazy { in <lambda>()
92 private val smartspaceView: SmartspaceView by lazy { in <lambda>()
113 private class TestView(context: Context?) : View(context), SmartspaceView {
218 val weatherSmartspaceView = weatherView as SmartspaceView in testConnectOnWeatherViewCreate()
DCommunalSmartspaceControllerTest.kt32 import com.android.systemui.plugins.BcSmartspaceDataPlugin.SmartspaceView
80 private class TestView(context: Context?) : View(context), SmartspaceView {
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/smartspace/
DDreamSmartspaceController.kt32 import com.android.systemui.plugins.BcSmartspaceDataPlugin.SmartspaceView in <lambda>()
79 private var smartspaceViews = mutableSetOf<SmartspaceView>() in <lambda>()
103 val view = v as SmartspaceView in <lambda>()
112 smartspaceViews.remove(v as SmartspaceView) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/blueprints/transitions/
DBaseBlueprintTransition.kt30 import com.android.systemui.plugins.BcSmartspaceDataPlugin.SmartspaceView in <lambda>()
43 transition.excludeTarget(SmartspaceView::class.java, true) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceController.kt56 import com.android.systemui.plugins.BcSmartspaceDataPlugin.SmartspaceView in <lambda>()
135 @VisibleForTesting var smartspaceViews = mutableSetOf<SmartspaceView>() in <lambda>()
137 mutableMapOf<SmartspaceView, RegionSampler>() in <lambda>()
160 (v as SmartspaceView).setSplitShadeEnabled(mSplitShadeEnabled) in <lambda>()
161 smartspaceViews.add(v as SmartspaceView) in <lambda>()
183 smartspaceViews.remove(v as SmartspaceView) in <lambda>()
186 regionSamplers.remove(v as SmartspaceView) in <lambda>()
/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/
DBcSmartspaceDataPlugin.java83 default SmartspaceView getView(ViewGroup parent) { in getView()
106 interface SmartspaceView { interface
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationController.kt511 as? BcSmartspaceDataPlugin.SmartspaceView)?.currentCardTopPadding ?: 0) in <lambda>()
517 (lockscreenSmartspace as BcSmartspaceDataPlugin.SmartspaceView?)?.selectedPage ?: -1 in <lambda>()