Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
DPrimaryBouncerCallbackInteractorTest.kt65 mPrimaryBouncerCallbackInteractor.dispatchExpansionChanged(5f) in testOnExpansionChanged()
DPrimaryBouncerInteractorTest.kt190 verify(mPrimaryBouncerCallbackInteractor).dispatchExpansionChanged(0.6f) in testExpansion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DPrimaryBouncerCallbackInteractor.kt86 fun dispatchExpansionChanged(expansion: Float) { in dispatchExpansionChanged() method
DPrimaryBouncerInteractor.kt251 primaryBouncerCallbackInteractor.dispatchExpansionChanged(expansion) in <lambda>()