Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DLaunchableView.kt47 fun getPaddingForLaunchAnimation(): Rect = Rect() in getPaddingForLaunchAnimation() method
DGhostedViewTransitionAnimatorController.kt211 ghostedView.getPaddingForLaunchAnimation() in fillGhostedViewState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
DQSTileViewImplTest.kt487 val padding = tileView.getPaddingForLaunchAnimation() in onPrepareForLaunch_paddingForLaunchAnimationIsConfigured()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt915 override fun getPaddingForLaunchAnimation(): Rect = paddingForLaunch in <lambda>() method