Searched refs:localBounds (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | RemoteAnimationTarget.java | 147 public final Rect localBounds; field in RemoteAnimationTarget 189 Rect localBounds, Rect screenSpaceBounds, in RemoteAnimationTarget() argument 200 this.localBounds = new Rect(localBounds); in RemoteAnimationTarget() 218 localBounds = in.readParcelable(null); in RemoteAnimationTarget() 242 dest.writeParcelable(localBounds, 0 /* flags */); in writeToParcel() 261 pw.print(" localBounds="); localBounds.printShortString(pw); in dump() 279 localBounds.dumpDebug(proto, LOCAL_BOUNDS); in dumpDebug()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | RemoteAnimationTargetCompat.java | 47 public final Rect localBounds; field in RemoteAnimationTargetCompat 62 localBounds = app.localBounds; in RemoteAnimationTargetCompat()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | RemoteAnimationController.java | 89 Point position, Rect localBounds, Rect stackBounds, Rect startBounds) { in createRemoteAnimationRecord() argument 93 localBounds, stackBounds, startBounds); in createRemoteAnimationRecord() 359 RemoteAnimationRecord(WindowContainer windowContainer, Point endPos, Rect localBounds, 362 mAdapter = new RemoteAnimationAdapterWrapper(this, endPos, localBounds, endBounds); 369 new RemoteAnimationAdapterWrapper(this, new Point(0, 0), localBounds, 412 Rect localBounds, Rect stackBounds) { 415 mLocalBounds = localBounds;
|
D | WindowContainer.java | 2237 final Rect localBounds = new Rect(mTmpRect); in getAnimationAdapter() local 2238 localBounds.offsetTo(mTmpPoint.x, mTmpPoint.y); in getAnimationAdapter() 2240 controller.createRemoteAnimationRecord(this, mTmpPoint, localBounds, in getAnimationAdapter()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | DisplayCutoutView.java | 78 localBounds(mBoundingRect); in update() 141 private void localBounds(Rect out) { in localBounds() method in DisplayCutoutView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorations.java | 929 localBounds(mBoundingRect); in update() 1063 private void localBounds(Rect out) { in localBounds() method in ScreenDecorations.DisplayCutoutView
|