Searched refs:getWindowConfiguration (Results 1 – 17 of 17) sorted by relevance
480 final Rect appBounds = mActivity.getWindowConfiguration().getAppBounds(); in testSizeCompatMode_FixedAspectRatioBoundsWithDecor()498 newDisplay.getWindowConfiguration().setAppBounds(new Rect(0, 0, 1000, 2000)); in testSizeCompatMode_FixedScreenConfigurationWhenMovingToDisplay()521 mTask.getWindowConfiguration().setAppBounds(mStack.getDisplay().getBounds()); in testSizeCompatMode_FixedScreenBoundsWhenDisplaySizeChanged()567 mTask.getWindowConfiguration().setAppBounds(new Rect(0, 0, 600, 1200)); in testSizeCompatMode_ResetNonVisibleActivity()647 mTask.getWindowConfiguration().setAppBounds(0, 0, width, height); in setupDisplayAndParentSize()648 mTask.getWindowConfiguration().setRotation(ROTATION_0); in setupDisplayAndParentSize()
262 if (getWindowConfiguration().windowsAreScaleable()) { in onParentChanged()578 if (!getWindowConfiguration().canResizeTask()) { in adjustBoundsForDisplayChangeIfNeeded()610 return getWindowConfiguration().tasksAreFloating() in isFloating()703 return matchParentBounds() || !getWindowConfiguration().canResizeTask(); in fillsParent()
369 final WindowConfiguration config = task.getWindowConfiguration(); in initialize()794 mTask.getWindowConfiguration(), mIsRecentTaskInvisible, null, null); in createRemoteAnimationApp()
347 public WindowConfiguration getWindowConfiguration() { in getWindowConfiguration() method in ConfigurationContainer
475 if (s.getWindowConfiguration().isAlwaysOnTop()) { in getTopNonAlwaysOnTopStack()
355 mAdapter.mStackBounds, task.getWindowConfiguration(), false /*isNotInRecents*/, in createRemoteAnimationTarget()
770 if (w.getWindowConfiguration().tasksAreFloating()) { in calculateCrop()1273 if (mWin.getWindowConfiguration().windowsAreScaleable()) { in showSurfaceRobustlyLocked()
512 if (!getWindowConfiguration().persistTaskBounds()) { in removeWindowContainer()1878 final boolean prevPersistTaskBounds = getWindowConfiguration().persistTaskBounds(); in onConfigurationChanged()1897 if (getWindowConfiguration().persistTaskBounds()) { in onConfigurationChanged()2347 } else if (!getWindowConfiguration().persistTaskBounds()) { in getLaunchBounds()
805 if (getWindowConfiguration().tasksAreFloating()) { in updateSurfaceSize()1473 if (!getWindowConfiguration().canResizeTask()) { in findTaskForResizePoint()
729 return container.getWindowConfiguration().canReceiveKeys() || alwaysFocusable; in isFocusable()902 && !stack.getWindowConfiguration().tasksAreFloating() && splitScreenActive) { in resizeStack()
839 return getWindowConfiguration().canReceiveKeys() || mAlwaysFocusable; in windowsAreFocusable()1809 final Rect appBounds = getWindowConfiguration().getAppBounds(); in calculateCompatBoundsTransformation()
1827 && getWindowConfiguration().hasMovementAnimations() in handleWindowMovedIfNeeded()2595 return getWindowConfiguration().keepVisibleDeadAppWindowOnScreen(); in shouldKeepVisibleDeadAppWindow()3348 if (getWindowConfiguration().useWindowFrameForBackdrop() || !resizing) { in getBackdropFrame()
281 display.getWindowConfiguration().getRotation()); in onParentChanged()577 final int prevRotation = getWindowConfiguration().getRotation(); in onConfigurationChanged()603 final int newRotation = getWindowConfiguration().getRotation(); in onConfigurationChanged()
2875 computeBounds(mTmpBounds, getParent().getWindowConfiguration().getAppBounds()); in updateOverrideConfiguration()2929 && getWindowConfiguration().getRotation() == parentRotation) { in resolveSizeCompatModeConfiguration()
2476 if (!stack.getWindowConfiguration().canResizeTask()) { in findTaskForResizePoint()4275 if (child.getWindowConfiguration().isAlwaysOnTop() in positionChildAt()
3258 if (!task.getWindowConfiguration().canResizeTask()) { in resizeTask()
15748 HSPLcom/android/server/wm/ConfigurationContainer;->getWindowConfiguration()Landroid/app/WindowConfi…