Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DStatusBar.java81 TextView clockView = null; in StatusBar() local
88 clockView = (TextView) child; in StatusBar()
92 if (icons.size() != 2 || clockView == null) { in StatusBar()
105 clockView.setText(Config.getTime(simulatedPlatformVersion)); in StatusBar()
106 clockView.setTextColor(Config.getTimeColor(simulatedPlatformVersion)); in StatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java122 View clockView, in HeadsUpAppearanceController() argument
140 mClockView = clockView; in HeadsUpAppearanceController()