Searched refs:getAttrs (Results 1 – 14 of 14) sorted by relevance
232 getWindowLayerFromTypeLw(state.getAttrs().type, in addWindow()235 adjustWindowParamsLw(state, state.getAttrs(), true /* hasStatusBarPermission */); in addWindow()236 assertEquals(WindowManagerGlobal.ADD_OKAY, prepareAddWindowLw(state, state.getAttrs())); in addWindow()
120 public WindowManager.LayoutParams getAttrs() { in getAttrs() method in FakeWindowState
67 attrs = attrs != null ? attrs : win.getAttrs(); in getSystemUiVisibility()88 attrs = attrs != null ? attrs : win.getAttrs(); in getWindowFlags()102 final LayoutParams attrs = win != null ? win.getAttrs() : null; in adjustClearableFlags()
121 return mWin.getAttrs().height == MATCH_PARENT; in skipAnimation()
3025 switch (win.getAttrs().type) { in canBeHiddenByKeyguardLw()3044 final LayoutParams attrs = win.getAttrs(); in shouldBeHiddenByKeyguard()3046 ((imeTarget.getAttrs().flags & FLAG_SHOW_WHEN_LOCKED) != 0 in shouldBeHiddenByKeyguard()3343 final boolean isKeyguard = (win.getAttrs().privateFlags & PRIVATE_FLAG_KEYGUARD) != 0; in selectAnimationLw()3344 final boolean expanded = win.getAttrs().height == MATCH_PARENT in selectAnimationLw()3345 && win.getAttrs().width == MATCH_PARENT; in selectAnimationLw()3357 if (win.getAttrs().windowAnimations != 0) { in selectAnimationLw()3390 } else if (win.getAttrs().type == TYPE_DOCK_DIVIDER) { in selectAnimationLw()3399 } else if (win.getAttrs().type == TYPE_DREAM && mDreamingLockscreen in selectAnimationLw()3448 "0" : mTopFullscreenOpaqueWindowState.getAttrs().rotationAnimation) in selectRotationAnimationLw()[all …]
141 if (win != null && (win.getAttrs().privateFlags in applyTranslucentFlagLw()
314 public WindowManager.LayoutParams getAttrs(); in getAttrs() method
173 windowFlags = topFullscreenWindow.getAttrs().flags; in create()174 windowPrivateFlags = topFullscreenWindow.getAttrs().privateFlags; in create()176 layoutParams.packageName = mainWindow.getAttrs().packageName; in create()177 layoutParams.windowAnimations = mainWindow.getAttrs().windowAnimations; in create()178 layoutParams.dimAmount = mainWindow.getAttrs().dimAmount; in create()
270 final boolean isWindowTranslucent = mainWindow.getAttrs().format != PixelFormat.OPAQUE; in snapshotTask()349 final LayoutParams attrs = mainWindow.getAttrs(); in drawAppThemeSnapshot()
859 final LayoutParams attrs = mWin.getAttrs(); in setSurfaceBoundariesLocked()1256 final LayoutParams attrs = mWin.getAttrs(); in tryChangeFormatInPlaceLocked()
1820 surfaceInsets = win.getAttrs().surfaceInsets; in loadAnimation()
1204 public WindowManager.LayoutParams getAttrs() { in getAttrs() method in WindowState
452 RDForLayout->setAttrs(RD->getAttrs()); in PadStruct()
1041 HSPLcom/android/server/policy/WindowManagerPolicy$WindowState;->getAttrs()Landroid/view/WindowManag…