Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
H A DDefaultClockController.java68 private TextView mTextTime; field in DefaultClockController
91 mTextTime = mView.findViewById(R.id.time); in createViews()
98 mTextTime = null; in onDestroyView()
157 mTextTime.setTextColor(color); in setTextColor()