Searched defs:localBounds (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | RemoteAnimationController.java | 107 Point position, Rect localBounds, Rect endBounds, Rect startBounds, in createRemoteAnimationRecord() 126 Point position, Rect localBounds, Rect endBounds, Rect startBounds, in createRemoteAnimationRecord()
|
H A D | WindowContainer.java | 3175 final Rect localBounds = new Rect(mTmpRect); in getAnimationAdapter() local
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | RemoteAnimationTarget.java | 159 public final Rect localBounds; field in RemoteAnimationTarget 255 Rect localBounds, Rect screenSpaceBounds, in RemoteAnimationTarget() 267 Rect localBounds, Rect screenSpaceBounds, in RemoteAnimationTarget()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/ |
H A D | TransitionUtil.java | 298 Rect localBounds = new Rect(change.getEndAbsBounds()); in newTarget() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | ScreenDecorations.java | 1458 private void localBounds(Rect out) { in localBounds() method in ScreenDecorations.DisplayCutoutView
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 14146 final RectF localBounds = new RectF(bounds); in getTextBoundsInfo() local
|