Home
last modified time | relevance | path

Searched defs:localBounds (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java159 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/
DRemoteAnimationController.java107 Point position, Rect localBounds, Rect endBounds, Rect startBounds, in createRemoteAnimationRecord()
126 Point position, Rect localBounds, Rect endBounds, Rect startBounds, in createRemoteAnimationRecord()
DWindowContainer.java3175 final Rect localBounds = new Rect(mTmpRect); in getAnimationAdapter() local
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DDisplayCutoutView.java141 private void localBounds(Rect out) { in localBounds() method in DisplayCutoutView
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/util/
DTransitionUtil.java298 Rect localBounds = new Rect(change.getEndAbsBounds()); in newTarget() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java1458 private void localBounds(Rect out) { in localBounds() method in ScreenDecorations.DisplayCutoutView
/frameworks/base/core/java/android/widget/
DTextView.java14146 final RectF localBounds = new RectF(bounds); in getTextBoundsInfo() local