Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitchController.java113 private View mSmartspaceView; field in KeyguardClockSwitchController
434 mSmartspaceView = mSmartspaceController.buildAndConnectView(mView); in addSmartspaceView()
437 mStatusArea.addView(mSmartspaceView, 0, lp); in addSmartspaceView()
442 mSmartspaceView.setPaddingRelative(startPadding, 0, endPadding, 0); in addSmartspaceView()
444 mKeyguardUnlockAnimationController.setLockscreenSmartspace(mSmartspaceView); in addSmartspaceView()
445 mInWindowLauncherUnlockAnimationManager.setLockscreenSmartspace(mSmartspaceView); in addSmartspaceView()
447 mView.setSmartspace(mSmartspaceView); in addSmartspaceView()