Searched refs:AnimatableClockView (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/ |
D | DefaultClockController.kt | 62 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,
|
D | AnimatableClockView.kt | 53 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/ |
D | AnimatableClockViewTest.kt | 44 private lateinit var clockView: AnimatableClockView in <lambda>() 50 layoutInflater.inflate(R.layout.clock_default_small, null) as AnimatableClockView in <lambda>()
|
D | DefaultClockProviderTest.kt | 62 @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/ |
D | KeyguardClockSwitchControllerBaseTest.java | 53 import com.android.systemui.shared.clocks.AnimatableClockView; 109 protected AnimatableClockView mSmallClockView; 111 protected AnimatableClockView mLargeClockView;
|
/frameworks/base/packages/SystemUI/docs/ |
D | clock-plugins.md | 25 [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/ |
D | StackStateAnimator.java | 35 import com.android.systemui.shared.clocks.AnimatableClockView; 65 AnimatableClockView.ANIMATION_DURATION_FOLD_TO_AOD;
|