Searched refs:mTmpStableBounds (Results 1 – 2 of 2) sorted by relevance
87 private final Rect mTmpStableBounds = new Rect(); field in TaskLaunchParamsModifier641 final Rect stableBounds = mTmpStableBounds; in getLayoutBounds()750 displayArea.getStableRect(mTmpStableBounds); in getTaskBounds()752 layout, orientation, mTmpStableBounds); in getTaskBounds()
410 private final Rect mTmpStableBounds = new Rect(); field in TaskFragment2386 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()