Searched defs:smartspaceView (Results 1 – 5 of 5) sorted by relevance
176 val smartspaceView = in <lambda>() constant
64 private val smartspaceView = View(mContext).also { it.id = sharedR.id.bc_smartspace_view } in <lambda>() constant in com.android.systemui.keyguard.ui.view.layout.sections.SmartspaceSectionTest
60 private var smartspaceView: View? = null variable in com.android.systemui.keyguard.ui.view.layout.sections.SmartspaceSection
85 private val smartspaceView: SmartspaceView by lazy { Mockito.spy(TestView(context)) } in <lambda>() constant in com.android.systemui.smartspace.DreamSmartspaceControllerTest
196 private lateinit var smartspaceView: SmartspaceView in <lambda>() variable in com.android.systemui.statusbar.lockscreen.LockscreenSmartspaceControllerTest