Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWallpaperControllerTests.java118 WindowManager.LayoutParams attrs = wallpaperWindow.getAttrs(); in testWallpaperSizeWithFixedTransform()
171 wallpaperWindow.getAttrs().privateFlags |= in testWallpaperZoom()
197 wallpaperWindow.getAttrs().privateFlags |= in testWallpaperZoom_shouldNotScaleWallpaper()
228 wallpaperWindow.getAttrs().privateFlags |= in testWallpaperZoom_multipleCallers()
355 appWindow.getAttrs().flags |= FLAG_SHOW_WALLPAPER; in createWallpaperTargetWindow()
H A DDisplayContentTests.java1130 win.getAttrs().flags |= FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR; in testUpdateSystemGestureExclusion()
1162 win.getAttrs().flags |= FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR; in testCalculateSystemGestureExclusion()
1166 win2.getAttrs().flags |= FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR; in testCalculateSystemGestureExclusion()
1190 win.getAttrs().flags |= FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR; in testCalculateSystemGestureExclusion_modal()
1194 win2.getAttrs().flags |= FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR; in testCalculateSystemGestureExclusion_modal()
1195 win2.getAttrs().privateFlags |= PRIVATE_FLAG_NO_MOVE_ANIMATION; in testCalculateSystemGestureExclusion_modal()
1196 win2.getAttrs().width = 10; in testCalculateSystemGestureExclusion_modal()
1197 win2.getAttrs().height = 10; in testCalculateSystemGestureExclusion_modal()
1215 win.getAttrs().flags |= FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR; in testCalculateSystemGestureExclusion_immersiveStickyLegacyWindow()
1217 win.getAttrs().privateFlags |= PRIVATE_FLAG_NO_MOVE_ANIMATION; in testCalculateSystemGestureExclusion_immersiveStickyLegacyWindow()
[all …]
H A DDisplayRotationTests.java645 doReturn(attrs).when(win).getAttrs(); in testShouldRotateSeamlessly()
H A DRecentsAnimationControllerTest.java472 homeWindow.getAttrs().flags |= FLAG_SHOW_WALLPAPER; in testWallpaperHasFixedRotationApplied()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotSurface.java194 layoutParams.packageName = mainWindow.getAttrs().packageName; in create()
195 layoutParams.windowAnimations = mainWindow.getAttrs().windowAnimations; in create()
196 layoutParams.dimAmount = mainWindow.getAttrs().dimAmount; in create()
H A DDisplayPolicy.java1221 if ((windowState.getAttrs().flags & FLAG_NOT_TOUCHABLE) != 0 in addWindowLw()
1407 if (win.getAttrs().windowAnimations != 0) {
1442 if (win.getAttrs().windowAnimations != 0) {
1714 (win.getAttrs().flags & WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE) != 0;
1716 (win.getAttrs().flags & WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM) != 0;
2034 final boolean forceShowStatusBar = (getStatusBar().getAttrs().privateFlags
2748 if (winCandidate.getAttrs().token == mImmersiveModeConfirmation.getWindowToken()) {
2986 (win.getAttrs().flags & FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS) != 0;
2988 (win.getAttrs().privateFlags & PRIVATE_FLAG_FORCE_DRAW_BAR_BACKGROUNDS) != 0;
H A DInsetsPolicy.java444 return focusedWin.getAttrs().type >= WindowManager.LayoutParams.FIRST_APPLICATION_WINDOW in remoteInsetsControllerControlsSystemBars()
445 && focusedWin.getAttrs().type <= WindowManager.LayoutParams.LAST_APPLICATION_WINDOW; in remoteInsetsControllerControlsSystemBars()
H A DTaskSnapshotController.java301 final boolean isWindowTranslucent = mainWindow.getAttrs().format != PixelFormat.OPAQUE;
555 final LayoutParams attrs = mainWindow.getAttrs();
H A DDisplayRotation.java673 if (w.getAttrs().rotationAnimation != ROTATION_ANIMATION_SEAMLESS || w.isAnimatingLw()) { in shouldRotateSeamlessly()
749 + (topFullscreen == null ? 0 : topFullscreen.getAttrs().rotationAnimation) in selectRotationAnimation()
759 animationHint = topFullscreen.getAttrs().rotationAnimation; in selectRotationAnimation()
H A DWindowSurfaceController.java102 final boolean useBLAST = mService.mUseBLAST && ((win.getAttrs().privateFlags in WindowSurfaceController()
H A DWindowState.java1487 public WindowManager.LayoutParams getAttrs() { in getAttrs() method in WindowState
3209 final boolean showBecauseOfWindow = (getAttrs().flags & FLAG_SHOW_WHEN_LOCKED) != 0; in canShowWhenLocked()
6037 || mKeyInterceptionInfo.layoutParamsPrivateFlags != getAttrs().privateFlags in getKeyInterceptionInfo()
6038 || mKeyInterceptionInfo.layoutParamsType != getAttrs().type in getKeyInterceptionInfo()
6040 mKeyInterceptionInfo = new KeyInterceptionInfo(getAttrs().type, getAttrs().privateFlags, in getKeyInterceptionInfo()
6069 outSurfaceInsets.set(getAttrs().surfaceInsets); in getAnimationFrames()
H A DTransition.java1236 anim = mainWin.getAttrs().rotationAnimation; in getTaskRotationAnimation()
1243 return mainWin.getAttrs().rotationAnimation; in getTaskRotationAnimation()
H A DWindowStateAnimator.java609 final LayoutParams attrs = mWin.getAttrs(); in tryChangeFormatInPlaceLocked()
H A DTask.java3503 : w.getAttrs().layoutInDisplayCutoutMode;
3534 info.mainWindowLayoutParams = mainWindow.getAttrs();
3547 info.topOpaqueWindowLayoutParams = topFullscreenOpaqueWindow.getAttrs();
H A DDisplayContent.java5389 || (w.getAttrs().flags & FLAG_NOT_TOUCHABLE) != 0 in calculateSystemGestureExclusion()
5477 final WindowManager.LayoutParams attrs = win.getAttrs(); in logsGestureExclusionRestrictions()
H A DActivityRecord.java2684 isOpaque = isOpaque & !PixelFormat.formatHasAlpha(win.getAttrs().format); in setMainWindowOpaque()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java199 public WindowManager.LayoutParams getAttrs(); in getAttrs() method
691 switch (win.getAttrs().type) { in canBeHiddenByKeyguardLw()
/aosp12/frameworks/compile/slang/
H A Dslang_backend.cpp452 RDForLayout->setAttrs(RD->getAttrs()); in PadStruct()
/aosp12/frameworks/base/services/
H A Dart-profile-boot606 Lcom/android/server/wm/WindowState;->getAttrs()Landroid/view/WindowManager$LayoutParams;
H A Dart-profile50532 HSPLcom/android/server/wm/WindowState;->getAttrs()Landroid/view/WindowManager$LayoutParams;