Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitch.java98 private View mSmartspace; field in KeyguardClockSwitch
163 mSmartspace = smartspace; in setSmartspace()
452 if (mSmartspace != null && mSmartspaceTop != mSmartspace.getTop()) { in onLayout()
453 mSmartspaceTop = mSmartspace.getTop(); in onLayout()