Home
last modified time | relevance | path

Searched refs:getAttrs (Results 1 – 20 of 20) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWallpaperControllerTests.java136 WindowManager.LayoutParams attrs = wallpaperWindow.getAttrs(); in testWallpaperSizeWithFixedTransform()
186 wallpaperWindow.getAttrs().privateFlags |= in testWallpaperZoom()
209 wallpaperWindow.getAttrs().privateFlags |= in testWallpaperZoom_shouldNotScaleWallpaper()
236 wallpaperWindow.getAttrs().privateFlags |= in testWallpaperZoom_multipleCallers()
548 appWindow.getAttrs().flags |= FLAG_SHOW_WALLPAPER; in createWallpaperTargetWindow()
H A DDisplayContentTests.java1366 win.getAttrs().flags |= FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR; in testUpdateSystemGestureExclusion()
1398 win.getAttrs().flags |= FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR; in testCalculateSystemGestureExclusion()
1402 win2.getAttrs().flags |= FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR; in testCalculateSystemGestureExclusion()
1426 win.getAttrs().flags |= FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR; in testCalculateSystemGestureExclusion_modal()
1430 win2.getAttrs().flags |= FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR; in testCalculateSystemGestureExclusion_modal()
1431 win2.getAttrs().privateFlags |= PRIVATE_FLAG_NO_MOVE_ANIMATION; in testCalculateSystemGestureExclusion_modal()
1432 win2.getAttrs().width = 10; in testCalculateSystemGestureExclusion_modal()
1433 win2.getAttrs().height = 10; in testCalculateSystemGestureExclusion_modal()
1451 win.getAttrs().flags |= FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR; in testCalculateSystemGestureExclusion_immersiveStickyLegacyWindow()
1453 win.getAttrs().privateFlags |= PRIVATE_FLAG_NO_MOVE_ANIMATION; in testCalculateSystemGestureExclusion_immersiveStickyLegacyWindow()
[all …]
H A DRecentsAnimationControllerTest.java502 homeWindow.getAttrs().flags |= FLAG_SHOW_WALLPAPER; in testWallpaperHasFixedRotationApplied()
H A DLetterboxUiControllerTest.java648 doReturn(attrs).when(mainWindow).getAttrs(); in mockForGetCropBoundsAndRoundedCorners()
H A DDisplayRotationTests.java1021 doReturn(attrs).when(win).getAttrs(); in testShouldRotateSeamlessly()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAbsAppSnapshotController.java330 final boolean isWindowTranslucent = mainWindow.getAttrs().format != PixelFormat.OPAQUE; in prepareTaskSnapshot()
409 final WindowManager.LayoutParams attrs = mainWindow.getAttrs(); in drawAppThemeSnapshot()
H A DInsetsPolicy.java628 return focusedWin.getAttrs().type >= WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW in remoteInsetsControllerControlsSystemBars()
629 && focusedWin.getAttrs().type <= WindowManager.LayoutParams.LAST_APPLICATION_WINDOW; in remoteInsetsControllerControlsSystemBars()
H A DWindowSurfaceController.java101 final boolean useBLAST = mService.mUseBLAST && ((win.getAttrs().privateFlags in WindowSurfaceController()
H A DDisplayRotation.java745 if (w.getAttrs().rotationAnimation != ROTATION_ANIMATION_SEAMLESS || w.inMultiWindowMode() in shouldRotateSeamlessly()
826 topFullscreen == null ? 0 : topFullscreen.getAttrs().rotationAnimation, in selectRotationAnimation()
836 animationHint = topFullscreen.getAttrs().rotationAnimation; in selectRotationAnimation()
H A DWindowState.java1410 WindowManager.LayoutParams getAttrs() { in getAttrs() method in WindowState
5613 || mKeyInterceptionInfo.layoutParamsPrivateFlags != getAttrs().privateFlags in getKeyInterceptionInfo()
5614 || mKeyInterceptionInfo.layoutParamsType != getAttrs().type in getKeyInterceptionInfo()
5616 mKeyInterceptionInfo = new KeyInterceptionInfo(getAttrs().type, getAttrs().privateFlags, in getKeyInterceptionInfo()
5641 outSurfaceInsets.set(getAttrs().surfaceInsets); in getAnimationFrames()
H A DDisplayPolicy.java2245 if ((winCandidate.getAttrs().privateFlags
2514 (win.getAttrs().flags & FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS) != 0;
2516 (win.getAttrs().privateFlags & PRIVATE_FLAG_FORCE_DRAW_BAR_BACKGROUNDS) != 0;
H A DRecentsAnimationController.java461 && window.getAttrs().alpha == 0f) { in isInterestingForAllDrawn()
H A DLetterboxUiController.java1406 && (mainWindow.getAttrs().flags & FLAG_SHOW_WALLPAPER) == 0; in shouldShowLetterboxUi()
H A DTransition.java2719 anim = mainWin.getAttrs().rotationAnimation; in getTaskRotationAnimation()
2726 return mainWin.getAttrs().rotationAnimation; in getTaskRotationAnimation()
H A DTask.java3555 : w.getAttrs().layoutInDisplayCutoutMode;
3591 info.mainWindowLayoutParams = topMainWin.getAttrs();
3605 info.topOpaqueWindowLayoutParams = topFullscreenOpaqueWindow.getAttrs();
H A DDisplayContent.java5815 || (w.getAttrs().flags & FLAG_NOT_TOUCHABLE) != 0 in calculateSystemGestureExclusion()
5906 final WindowManager.LayoutParams attrs = win.getAttrs(); in logsGestureExclusionRestrictions()
H A DWindowManagerService.java1742 && (win.getAttrs().flags & FLAG_NOT_TOUCHABLE) == 0) { in addWindow()
H A DActivityRecord.java3088 isOpaque = isOpaque & !PixelFormat.formatHasAlpha(win.getAttrs().format); in setMainWindowOpaque()
/aosp14/frameworks/base/services/
H A Dart-profile-boot606 Lcom/android/server/wm/WindowState;->getAttrs()Landroid/view/WindowManager$LayoutParams;
H A Dart-profile12012 HSPLcom/android/server/wm/WindowState;->getAttrs()Landroid/view/WindowManager$LayoutParams;