Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitch.java102 private int mSmartspaceTop = -1; field in KeyguardClockSwitch
331 - mSmartspaceTop - screenOffsetYPadding in updateClockViews()
452 if (mSmartspace != null && mSmartspaceTop != mSmartspace.getTop()) { in onLayout()
453 mSmartspaceTop = mSmartspace.getTop(); in onLayout()