Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DAnimatableClockView.java52 private final int mLockScreenWeight; field in AnimatableClockView
84 mLockScreenWeight = ta.getInt(R.styleable.AnimatableClockView_lockScreenWeight, 300); in AnimatableClockView()
122 return mLockScreenWeight + 100; in getLockScreenWeight()
124 return mLockScreenWeight; in getLockScreenWeight()