Searched refs:mSmartspaceView (Results 1 – 1 of 1) sorted by relevance
113 private View mSmartspaceView; field in KeyguardClockSwitchController434 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()