Searched refs:getAttrs (Results 1 – 8 of 8) sorted by relevance
66 attrs = attrs != null ? attrs : win.getAttrs(); in getSystemUiVisibility()86 attrs = attrs != null ? attrs : win.getAttrs(); in getWindowFlags()100 final LayoutParams attrs = win != null ? win.getAttrs() : null; in adjustClearableFlags()
2463 boolean isKeyguard = (win.getAttrs().privateFlags & PRIVATE_FLAG_KEYGUARD) != 0; in selectAnimationLw()2472 if (win.getAttrs().windowAnimations != 0) { in selectAnimationLw()2500 } else if (win.getAttrs().type == TYPE_DREAM && mDreamingLockscreen in selectAnimationLw()2517 "0" : mTopFullscreenOpaqueWindowState.getAttrs().rotationAnimation)); in selectRotationAnimationLw()2519 switch (mTopFullscreenOpaqueWindowState.getAttrs().rotationAnimation) { in selectRotationAnimationLw()2714 WindowManager.LayoutParams attrs = win != null ? win.getAttrs() : null; in interceptKeyBeforeDispatching()3814 (win.getAttrs().flags & WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE) != 0; in canReceiveInput()3816 (win.getAttrs().flags & WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM) != 0; in canReceiveInput()3829 final WindowManager.LayoutParams attrs = win.getAttrs(); in layoutWindowLw()4490 mWinShowWhenLocked.getAttrs().flags |= FLAG_SHOW_WALLPAPER;[all …]
120 if (win != null && (win.getAttrs().privateFlags in applyTranslucentFlagLw()
259 public WindowManager.LayoutParams getAttrs(); in getAttrs() method
1376 final LayoutParams attrs = w.getAttrs(); in setSurfaceBoundariesLocked()1588 final LayoutParams attrs = mWin.getAttrs(); in setWallpaperOffset()1630 final LayoutParams attrs = mWin.getAttrs(); in tryChangeFormatInPlaceLocked()
194 ((imeTarget.getAttrs().flags & FLAG_SHOW_WHEN_LOCKED) != 0 in shouldForceHide()
772 public WindowManager.LayoutParams getAttrs() { in getAttrs() method in WindowState
9987 if (stack == null && w.getAttrs().type != TYPE_PRIVATE_PRESENTATION) { in performLayoutAndPlaceSurfacesLockedInner()