Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
DDefaultClockController.kt62 private val clocks: List<AnimatableClockView>
85 as AnimatableClockView,
92 as AnimatableClockView,
113 override val view: AnimatableClockView,
191 view: AnimatableClockView,
280 val view: AnimatableClockView,
330 view: AnimatableClockView,
DAnimatableClockView.kt53 class AnimatableClockView in <lambda>() class
124 R.styleable.AnimatableClockView, in <lambda>()
647 private val TAG = AnimatableClockView::class.simpleName!! in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/clocks/
DAnimatableClockViewTest.kt44 private lateinit var clockView: AnimatableClockView in <lambda>()
50 layoutInflater.inflate(R.layout.clock_default_small, null) as AnimatableClockView in <lambda>()
DDefaultClockProviderTest.kt62 @Mock private lateinit var mockSmallClockView: AnimatableClockView in createClock()
63 @Mock private lateinit var mockLargeClockView: AnimatableClockView in createClock()
210 verify((clock.smallClock.view as AnimatableClockView), never()).animateAppearOnLockscreen() in createClock()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardClockSwitchControllerBaseTest.java53 import com.android.systemui.shared.clocks.AnimatableClockView;
109 protected AnimatableClockView mSmallClockView;
111 protected AnimatableClockView mLargeClockView;
/frameworks/base/packages/SystemUI/docs/
Dclock-plugins.md25 [AnimatableClockView](../customization/src/com/android/systemui/shared/clocks/AnimatableClockView.k…
27 AnimatableClockView has moved location within the repo, but is largely unchanged from previous
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java35 import com.android.systemui.shared.clocks.AnimatableClockView;
65 AnimatableClockView.ANIMATION_DURATION_FOLD_TO_AOD;