Searched refs:getAttrs (Results 1 – 4 of 4) sorted by relevance
109 if (win != null && (win.getAttrs().privateFlags in applyTranslucentFlagLw()111 if ((win.getAttrs().flags & mTranslucentWmFlag) != 0) { in applyTranslucentFlagLw()
1842 } else if (win.getAttrs().type == TYPE_DREAM && mDreamingLockscreen in selectAnimationLw()1859 "0" : mTopFullscreenOpaqueWindowState.getAttrs().rotationAnimation)); in selectRotationAnimationLw()1861 switch (mTopFullscreenOpaqueWindowState.getAttrs().rotationAnimation) { in selectRotationAnimationLw()2032 WindowManager.LayoutParams attrs = win != null ? win.getAttrs() : null; in interceptKeyBeforeDispatching()3461 ? mTopFullscreenOpaqueWindowState.getAttrs() in finishPostLayoutPolicyLw()3492 Slog.d(TAG, "attr: " + mTopFullscreenOpaqueWindowState.getAttrs() in finishPostLayoutPolicyLw()5088 if (win.getAttrs().type == TYPE_KEYGUARD && mHideLockScreen == true) { in updateSystemUiVisibilityLw()5141 boolean statusBarHasFocus = win.getAttrs().type == TYPE_STATUS_BAR; in updateSystemBarsLw()5161 (mTopFullscreenOpaqueWindowState.getAttrs().flags in updateSystemBarsLw()
265 public WindowManager.LayoutParams getAttrs(); in getAttrs() method
656 public WindowManager.LayoutParams getAttrs() { in getAttrs() method in WindowState