Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DToAodFoldTransitionInteractor.kt28 import com.android.systemui.shade.ShadeFoldAnimator
48 object : ShadeFoldAnimator {
76 fun initialize(parentAnimator: ShadeFoldAnimator) { in initialize()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewController.kt103 val shadeFoldAnimator: ShadeFoldAnimator in startExpandLatencyTracking()
150 interface ShadeFoldAnimator { in addTrackingHeadsUpListener() interface
DShadeViewControllerEmptyImpl.kt108 class ShadeFoldAnimatorEmptyImpl : ShadeFoldAnimator {
DNotificationPanelViewController.java3384 public final class ShadeFoldAnimatorImpl implements ShadeFoldAnimator {
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DFoldAodAnimationController.kt31 import com.android.systemui.shade.ShadeFoldAnimator in <lambda>()
126 private val shadeFoldAnimator: ShadeFoldAnimator in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/
DFoldAodAnimationControllerTest.kt33 import com.android.systemui.shade.ShadeFoldAnimator
81 @Mock lateinit var shadeFoldAnimator: ShadeFoldAnimator