Searched refs:getAppBounds (Results 1 – 14 of 14) sorted by relevance
84 winConfig3.setAppBounds(winConfig1.getAppBounds()); in testDiff()141 winConfig2.setAppBounds(winConfig1.getAppBounds()); in testConfigurationCompareTo()176 mDisplayContent.getDisplayId()).windowConfiguration.getAppBounds(); in testAppBounds_RootConfigurationBounds()
146 final Rect appBounds = mActivity.getWindowConfiguration().getAppBounds(); in testFixedAspectRatioBoundsWithDecorInSquareDisplay()321 final Rect appBounds = mActivity.getWindowConfiguration().getAppBounds(); in testMoveToDifferentOrientDisplay()336 final Rect appBounds = mActivity.getWindowConfiguration().getAppBounds(); in testFixedOrientRotateCutoutDisplay()367 final Rect originalAppBounds = new Rect(mActivity.getWindowConfiguration().getAppBounds()); in testFixedAspOrientChangeOrient()378 mActivity.getWindowConfiguration().getAppBounds().height()); in testFixedAspOrientChangeOrient()380 mActivity.getWindowConfiguration().getAppBounds().width()); in testFixedAspOrientChangeOrient()
361 assertEquals(parentAppBounds, inOutConfig.windowConfiguration.getAppBounds()); in testComputeConfigResourceOverrides()372 assertEquals(largerPortraitBounds, inOutConfig.windowConfiguration.getAppBounds()); in testComputeConfigResourceOverrides()397 assertEquals(largerLandscapeBounds, inOutConfig.windowConfiguration.getAppBounds()); in testComputeConfigResourceOverrides()980 task.getResolvedOverrideConfiguration().windowConfiguration.getAppBounds()); in testStackBoundsConfiguration()
211 .windowConfiguration.getAppBounds()); in updateImeAdjustState()221 .windowConfiguration.getAppBounds()); in updateImeAdjustState()
497 sb.append("appbounds:" + mConfiguration.windowConfiguration.getAppBounds() + ","); in toString()
322 public Rect getAppBounds() { in getAppBounds() method in WindowConfiguration
590 ? configuration.windowConfiguration.getAppBounds() : null; in getMetricsWithSize()
2203 final Rect appBounds = inOutConfig.windowConfiguration.getAppBounds(); in invalidateAppBoundsConfig()2279 Rect outAppBounds = inOutConfig.windowConfiguration.getAppBounds(); in computeConfigResourceOverrides()2283 outAppBounds = inOutConfig.windowConfiguration.getAppBounds(); in computeConfigResourceOverrides()2288 containingAppBounds = parentConfig.windowConfiguration.getAppBounds(); in computeConfigResourceOverrides()2295 ? displayArea.getWindowConfiguration().getAppBounds() : null; in computeConfigResourceOverrides()
6347 final Rect appBounds = getConfiguration().windowConfiguration.getAppBounds(); in inSizeCompatMode()6361 final Rect parentAppBounds = parentConfig.windowConfiguration.getAppBounds(); in inSizeCompatMode()6541 final Rect parentAppBounds = newParentConfiguration.windowConfiguration.getAppBounds(); in resolveFullscreenConfiguration()6654 final Rect parentAppBounds = newParentConfiguration.windowConfiguration.getAppBounds(); in resolveSizeCompatModeConfiguration()6655 final Rect resolvedAppBounds = resolvedConfig.windowConfiguration.getAppBounds(); in resolveSizeCompatModeConfiguration()6703 inOutConfig.windowConfiguration.getAppBounds().offset(offsetX, offsetY); in offsetBounds()
1876 final Rect appBounds = outConfig.windowConfiguration.getAppBounds(); in computeScreenConfiguration()
463 final Rect newBounds = new Rect(newAppConfig.windowConfiguration.getAppBounds()); in testHandleConfigurationChanged_DoesntOverrideActivityConfig()
674 MissingNullability: android.app.WindowConfiguration#getAppBounds():
546 method public android.graphics.Rect getAppBounds();
3395 HSPLandroid/app/WindowConfiguration;->getAppBounds()Landroid/graphics/Rect;