Searched refs:mWindowAttributes (Results 1 – 7 of 7) sorted by relevance
302 public final WindowManager.LayoutParams mWindowAttributes = new WindowManager.LayoutParams(); field in ViewRootImpl770 mWindowAttributes.copyFrom(attrs);771 if (mWindowAttributes.packageName == null) {772 mWindowAttributes.packageName = mBasePackageName;774 attrs = mWindowAttributes;854 if ((mWindowAttributes.inputFeatures858 mForceDecorViewVisibility = (mWindowAttributes.privateFlags861 mOrigWindowType = mWindowAttributes.type;864 res = mWindowSession.addToDisplay(mWindow, mSeq, mWindowAttributes,929 + mWindowAttributes.type + " already exists");[all …]
322 private final WindowManager.LayoutParams mWindowAttributes = field in Window840 (mWindowAttributes.flags & FLAG_HARDWARE_ACCELERATED) != 0) { in adjustLayoutParamsForSubWindow()1251 mWindowAttributes.copyFrom(a); in setAttributes()1252 dispatchWindowAttributesChanged(mWindowAttributes); in setAttributes()1262 return mWindowAttributes; in getAttributes()
634 return root.mWindowAttributes.getTitle() + "/" + in getWindowName()
518 return root.mWindowAttributes.surfaceInsets; in getParentSurfaceInsets()
269 final Rect surfaceInsets = root.mWindowAttributes.surfaceInsets; in request()
534 final Rect surfaceInsets = viewRootImpl.mWindowAttributes.surfaceInsets; in obtainSurfaces()599 final Rect surfaceInsets = mView.getViewRootImpl().mWindowAttributes.surfaceInsets; in obtainContentCoordinates()
1625 softInputMode = view.getViewRootImpl().mWindowAttributes.softInputMode; in startInputInner()1626 windowFlags = view.getViewRootImpl().mWindowAttributes.flags; in startInputInner()