Home
last modified time | relevance | path

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

/frameworks/base/policy/src/com/android/internal/policy/impl/
DBarController.java109 if (win != null && (win.getAttrs().privateFlags in applyTranslucentFlagLw()
111 if ((win.getAttrs().flags & mTranslucentWmFlag) != 0) { in applyTranslucentFlagLw()
DPhoneWindowManager.java1842 } 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()
/frameworks/base/core/java/android/view/
DWindowManagerPolicy.java265 public WindowManager.LayoutParams getAttrs(); in getAttrs() method
/frameworks/base/services/java/com/android/server/wm/
DWindowState.java656 public WindowManager.LayoutParams getAttrs() { in getAttrs() method in WindowState