Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/statusbar/phone/
DEdgeToEdgeDialogDelegate.kt47 override fun getBackAnimationSpec( in getWidth() method in com.android.systemui.statusbar.phone.EdgeToEdgeDialogDelegate
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDialogDelegate.kt56 fun getBackAnimationSpec(displayMetricsProvider: () -> DisplayMetrics): BackAnimationSpec = method
DSystemUIDialog.java276 /* backAnimationSpec= */mDelegate.getBackAnimationSpec( in onCreate()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DSystemUIDialogTest.java84 when(mDelegate.getBackAnimationSpec(ArgumentMatchers.any())) in setup()