Home
last modified time | relevance | path

Searched refs:dispatchExpansionChanged (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerCallbackInteractorTest.kt66 mPrimaryBouncerCallbackInteractor.dispatchExpansionChanged(5f)
H A DPrimaryBouncerInteractorTest.kt170 verify(mPrimaryBouncerCallbackInteractor).dispatchExpansionChanged(0.6f)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerCallbackInteractor.kt86 fun dispatchExpansionChanged(expansion: Float) { regex
H A DPrimaryBouncerInteractor.kt245 primaryBouncerCallbackInteractor.dispatchExpansionChanged(expansion)