Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java103 private View mSmartspace; field in KeyguardClockSwitch
168 mSmartspace = smartspace; in setSmartspace()
471 if (mSmartspace != null && mSmartspaceTop != mSmartspace.getTop() in onLayout()
473 mSmartspaceTop = mSmartspace.getTop(); in onLayout()