Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
DAnalogClockController.java75 private TextClock mLockClock; field in AnalogClockController
102 mLockClock = mView.findViewById(R.id.lock_screen_clock); in createViews()
110 mLockClock = null; in onDestroyView()
183 mLockClock.setTextColor(secondary); in updateColor()
191 mLockClock.refreshTime(); in onTimeTick()
DBubbleClockController.java75 private TextClock mLockClock; field in BubbleClockController
102 mLockClock = (TextClock) mLockClockContainer.findViewById(R.id.lock_screen_clock); in createViews()
110 mLockClock = null; in onDestroyView()
183 mLockClock.setTextColor(secondary); in updateColor()
198 mLockClock.refreshTime(); in onTimeTick()