Searched refs:clockView (Results 1 – 7 of 7) sorted by relevance
37 private lateinit var clockView: Clock variable in com.android.systemui.statusbar.policy.ClockTest46 clockView = Clock(context, null) in setUp()47 container.addView(clockView) in setUp()55 clockView.text = ONE_3 in testWidthDoesNotDecrease_sameCharLength()57 val width1 = clockView.measuredWidth in testWidthDoesNotDecrease_sameCharLength()60 clockView.text = ZERO_3 in testWidthDoesNotDecrease_sameCharLength()62 val width2 = clockView.measuredWidth in testWidthDoesNotDecrease_sameCharLength()71 clockView.text = ZERO_3 in testWidthDoesNotDecrease_narrowerFont_sameNumberOfChars()73 val width1 = clockView.measuredWidth in testWidthDoesNotDecrease_narrowerFont_sameNumberOfChars()76 clockView.text = ONE_3 in testWidthDoesNotDecrease_narrowerFont_sameNumberOfChars()[all …]
43 private lateinit var clockView: AnimatableClockView in <lambda>() variable in com.android.systemui.shared.clocks.AnimatableClockViewTest48 clockView = in <lambda>()50 clockView.textAnimatorFactory = { _, _ -> mockTextAnimator } in <lambda>()55 clockView.setColors(100, 200) in <lambda>()56 clockView.animateAppearOnLockscreen() in <lambda>()57 clockView.measure(50, 50) in <lambda>()77 clockView.setColors(100, 200) in <lambda>()78 clockView.measure(50, 50) in <lambda>()79 clockView.animateAppearOnLockscreen() in <lambda>()
81 TextView clockView = null; in StatusBar() local88 clockView = (TextView) child; in StatusBar()92 if (icons.size() != 2 || clockView == null) { in StatusBar()104 clockView.setText(Config.getTime(simulatedPlatformVersion)); in StatusBar()105 clockView.setTextColor(Config.getTimeColor(simulatedPlatformVersion)); in StatusBar()
62 Clock clockView, in StatusBarDemoMode() argument68 super(clockView); in StatusBarDemoMode()69 mClockView = clockView; in StatusBarDemoMode()
124 Clock clockView, in HeadsUpAppearanceController() argument143 mClockView = clockView; in HeadsUpAppearanceController()
81 private var clockView: View? = null variable212 clockView?.let { parentView.removeView(it) } in onClockChanged()213 clockView = in onClockChanged()
1610 View clockView = clockContainerView.getChildAt(0); in updateKeyguardStatusViewAlignment() local1612 transition.excludeTarget(clockView, /* exclude= */ true); in updateKeyguardStatusViewAlignment()1623 adapter.addTarget(clockView); in updateKeyguardStatusViewAlignment()