Searched defs:localBounds (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/view/ |
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()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | RemoteAnimationController.java | 106 Point position, Rect localBounds, Rect endBounds, Rect startBounds, in createRemoteAnimationRecord() 125 Point position, Rect localBounds, Rect endBounds, Rect startBounds, in createRemoteAnimationRecord()
|
D | WindowContainer.java | 3063 final Rect localBounds = new Rect(mTmpRect); in getAnimationAdapter() local
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | DisplayCutoutView.java | 141 private void localBounds(Rect out) { in localBounds() method in DisplayCutoutView
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | RemoteAnimationTargetCompat.java | 164 Rect localBounds = new Rect(change.getEndAbsBounds()); in newTarget() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardService.java | 162 Rect localBounds = new Rect(change.getEndAbsBounds()); in wrap() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorations.java | 1369 private void localBounds(Rect out) { in localBounds() method in ScreenDecorations.DisplayCutoutView
|