Home
last modified time | relevance | path

Searched refs:screenSpaceBounds (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java169 public final Rect screenSpaceBounds; field in RemoteAnimationTarget
207 Rect localBounds, Rect screenSpaceBounds, in RemoteAnimationTarget() argument
211 position, localBounds, screenSpaceBounds, windowConfig, isNotInRecents, startLeash, in RemoteAnimationTarget()
217 Rect localBounds, Rect screenSpaceBounds, in RemoteAnimationTarget() argument
231 this.sourceContainerBounds = new Rect(screenSpaceBounds); in RemoteAnimationTarget()
232 this.screenSpaceBounds = new Rect(screenSpaceBounds); in RemoteAnimationTarget()
252 screenSpaceBounds = in.readTypedObject(Rect.CREATOR); in RemoteAnimationTarget()
278 dest.writeTypedObject(screenSpaceBounds, 0 /* flags */); in writeToParcel()
296 pw.print(" screenSpaceBounds="); screenSpaceBounds.printShortString(pw); in dump()
316 screenSpaceBounds.dumpDebug(proto, SCREEN_SPACE_BOUNDS); in dumpDebug()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationTargetCompat.java67 public final Rect screenSpaceBounds; field in RemoteAnimationTargetCompat
85 screenSpaceBounds = app.screenSpaceBounds; in RemoteAnimationTargetCompat()
205 screenSpaceBounds = new Rect(change.getEndAbsBounds()); in RemoteAnimationTargetCompat()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationController.kt267 val surfaceHeight: Int = surfaceBehindRemoteAnimationTarget!!.screenSpaceBounds.height() in <lambda>()
276 surfaceBehindRemoteAnimationTarget!!.screenSpaceBounds.width() / 2f, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/system/
DRemoteTransitionTest.java109 assertEquals(endBounds, wrapped.screenSpaceBounds);
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityLaunchAnimator.kt458 val windowBounds = window.screenSpaceBounds in <lambda>()
568 val screenBounds = window.screenSpaceBounds in <lambda>()