Home
last modified time | relevance | path

Searched refs:mWindowAttributes (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/
DViewRootImpl.java302 public final WindowManager.LayoutParams mWindowAttributes = new WindowManager.LayoutParams(); field in ViewRootImpl
770 mWindowAttributes.copyFrom(attrs);
771 if (mWindowAttributes.packageName == null) {
772 mWindowAttributes.packageName = mBasePackageName;
774 attrs = mWindowAttributes;
854 if ((mWindowAttributes.inputFeatures
858 mForceDecorViewVisibility = (mWindowAttributes.privateFlags
861 mOrigWindowType = mWindowAttributes.type;
864 res = mWindowSession.addToDisplay(mWindow, mSeq, mWindowAttributes,
929 + mWindowAttributes.type + " already exists");
[all …]
DWindow.java322 private final WindowManager.LayoutParams mWindowAttributes = field in Window
840 (mWindowAttributes.flags & FLAG_HARDWARE_ACCELERATED) != 0) { in adjustLayoutParamsForSubWindow()
1251 mWindowAttributes.copyFrom(a); in setAttributes()
1252 dispatchWindowAttributesChanged(mWindowAttributes); in setAttributes()
1262 return mWindowAttributes; in getAttributes()
DWindowManagerGlobal.java634 return root.mWindowAttributes.getTitle() + "/" + in getWindowName()
DSurfaceView.java518 return root.mWindowAttributes.surfaceInsets; in getParentSurfaceInsets()
/frameworks/base/graphics/java/android/view/
DPixelCopy.java269 final Rect surfaceInsets = root.mWindowAttributes.surfaceInsets; in request()
/frameworks/base/core/java/android/widget/
DMagnifier.java534 final Rect surfaceInsets = viewRootImpl.mWindowAttributes.surfaceInsets; in obtainSurfaces()
599 final Rect surfaceInsets = mView.getViewRootImpl().mWindowAttributes.surfaceInsets; in obtainContentCoordinates()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java1625 softInputMode = view.getViewRootImpl().mWindowAttributes.softInputMode; in startInputInner()
1626 windowFlags = view.getViewRootImpl().mWindowAttributes.flags; in startInputInner()