Home
last modified time | relevance | path

Searched defs:smartspaceView (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardSmartspaceViewBinder.kt176 val smartspaceView = in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/view/layout/sections/
DSmartspaceSectionTest.kt64 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
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DSmartspaceSection.kt60 private var smartspaceView: View? = null variable in com.android.systemui.keyguard.ui.view.layout.sections.SmartspaceSection
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/smartspace/
DDreamSmartspaceControllerTest.kt85 private val smartspaceView: SmartspaceView by lazy { Mockito.spy(TestView(context)) } in <lambda>() constant in com.android.systemui.smartspace.DreamSmartspaceControllerTest
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceControllerTest.kt196 private lateinit var smartspaceView: SmartspaceView in <lambda>() variable in com.android.systemui.statusbar.lockscreen.LockscreenSmartspaceControllerTest