Home
last modified time | relevance | path

Searched refs:UI_SURFACE_DREAM (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/smartspace/dagger/
DSmartspaceViewComponent.kt25 import com.android.systemui.plugins.BcSmartspaceDataPlugin.UI_SURFACE_DREAM
66 ssView.setUiSurface(UI_SURFACE_DREAM) in create()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/smartspace/
DDreamSmartspaceController.kt33 import com.android.systemui.plugins.BcSmartspaceDataPlugin.UI_SURFACE_DREAM in <lambda>()
202 SmartspaceConfig.Builder(context, UI_SURFACE_DREAM).build() in <lambda>()
/frameworks/base/packages/SystemUI/plugin/bcsmartspace/src/com/android/systemui/plugins/
DBcSmartspaceDataPlugin.java46 String UI_SURFACE_DREAM = "dream"; field