Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskFragment.java407 private final Rect mTmpAbsBounds = new Rect(); field in TaskFragment
2675 mTmpAbsBounds.setEmpty(); in translateRelativeBoundsToAbsoluteBounds()
2676 return mTmpAbsBounds; in translateRelativeBoundsToAbsoluteBounds()
2679 mTmpAbsBounds.set(relativeBounds); in translateRelativeBoundsToAbsoluteBounds()
2680 mTmpAbsBounds.offset(parentBounds.left, parentBounds.top); in translateRelativeBoundsToAbsoluteBounds()
2682 if (!isAllowedToBeEmbeddedInTrustedMode() && !parentBounds.contains(mTmpAbsBounds)) { in translateRelativeBoundsToAbsoluteBounds()
2691 if (!mTmpAbsBounds.intersect(parentBounds)) { in translateRelativeBoundsToAbsoluteBounds()
2693 mTmpAbsBounds.setEmpty(); in translateRelativeBoundsToAbsoluteBounds()
2696 return mTmpAbsBounds; in translateRelativeBoundsToAbsoluteBounds()