Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java107 private int mSmartspaceTop = -1; field in KeyguardClockSwitch
346 - mSmartspaceTop - screenOffsetYPadding in updateClockViews()
471 if (mSmartspace != null && mSmartspaceTop != mSmartspace.getTop() in onLayout()
473 mSmartspaceTop = mSmartspace.getTop(); in onLayout()