Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskLaunchParamsModifier.java87 private final Rect mTmpStableBounds = new Rect(); field in TaskLaunchParamsModifier
641 final Rect stableBounds = mTmpStableBounds; in getLayoutBounds()
750 displayArea.getStableRect(mTmpStableBounds); in getTaskBounds()
752 layout, orientation, mTmpStableBounds); in getTaskBounds()
DTaskFragment.java410 private final Rect mTmpStableBounds = new Rect(); field in TaskFragment
2386 mTmpStableBounds.set(mTmpFullBounds); in computeConfigResourceOverrides()
2397 calculateInsetFrames(mTmpNonDecorBounds, mTmpStableBounds, mTmpFullBounds, di, in computeConfigResourceOverrides()
2408 mTmpStableBounds.set(mTmpFullBounds); in computeConfigResourceOverrides()
2412 intersectWithInsetsIfFits(mTmpStableBounds, mTmpBounds, in computeConfigResourceOverrides()
2418 mTmpStableBounds.set(outAppBounds); in computeConfigResourceOverrides()
2423 final int overrideScreenWidthDp = (int) (mTmpStableBounds.width() / density + 0.5f); in computeConfigResourceOverrides()
2430 (int) (mTmpStableBounds.height() / density + 0.5f); in computeConfigResourceOverrides()