Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaViewController.kt68 val smartspaceContainer = mView.findViewById<View>(R.id.smartspace_container) in addSmartspaceView() constant
69 smartspaceContainer!!.visibility = View.VISIBLE in addSmartspaceView()
71 smartspaceView = smartspaceController.buildAndConnectView(smartspaceContainer as ViewGroup) in addSmartspaceView()
74 (smartspaceContainer as ViewGroup).addView(smartspaceView, 0, lp) in addSmartspaceView()