Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/binder/
DKeyguardSurfaceBehindParamsApplierTest.kt94 underTest.applyParamsToSurface(remoteAnimationTarget) in <lambda>()
114 underTest.applyParamsToSurface(remoteAnimationTarget) in <lambda>()
122 underTest.applyParamsToSurface(remoteAnimationTarget) in <lambda>()
149 underTest.applyParamsToSurface(remoteAnimationTarget) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DWindowManagerLockscreenVisibilityManager.kt157 keyguardSurfaceBehindAnimator.applyParamsToSurface(apps[0]) in onKeyguardGoingAwayRemoteAnimationStart()
DKeyguardUnlockAnimationController.kt913 applyParamsToSurface( in <lambda>()
944 applyParamsToSurface( in <lambda>()
1022 private fun applyParamsToSurface(params: SyncRtSurfaceTransactionApplier.SurfaceParams) { in <lambda>() method in com.android.systemui.keyguard.KeyguardUnlockAnimationController
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardSurfaceBehindParamsApplier.kt117 fun applyParamsToSurface(surface: RemoteAnimationTarget) { in <lambda>() method