Searched defs:appBounds (Results 1 – 10 of 10) sorted by relevance
193 final Rect appBounds = mWm.computeNewConfiguration( in testAppBounds_RootConfigurationBounds() local
708 final Rect appBounds = mActivity.getWindowConfiguration().getAppBounds(); in testFixedAspectRatioBoundsWithDecorInSquareDisplay() local956 final Rect appBounds = mActivity.getWindowConfiguration().getAppBounds(); in testMoveToDifferentOrientationDisplay() local976 final Rect appBounds = mActivity.getWindowConfiguration().getAppBounds(); in testFixedOrientationRotateCutoutDisplay() local1548 final Rect appBounds = activity.getWindowConfiguration().getAppBounds(); in testOverrideMinAspectRatioLowerThanManifest() local
188 public PipAppIconOverlay(Context context, Rect appBounds, in PipAppIconOverlay()
244 public Rect appBounds; field in Task
793 final Rect appBounds = configuration != null in getMetricsWithSize() local
621 final Rect appBounds = new Rect(overrideBounds); in resolveOverrideConfiguration() local
2126 final Rect appBounds = inOutConfig.windowConfiguration.getAppBounds(); in invalidateAppBoundsConfig() local
8118 final Rect appBounds = getConfiguration().windowConfiguration.getAppBounds(); in inSizeCompatMode() local9021 private boolean isInSizeCompatModeForBounds(final Rect appBounds, final Rect containerBounds) { in isInSizeCompatModeForBounds()
2389 final Rect appBounds = outConfig.windowConfiguration.getAppBounds(); in computeScreenConfiguration() local
110 @NonNull WindowContainerToken container,@NonNull Rect appBounds) { in setAppBounds()