Searched defs:mWindowAttributes (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DWindow.java206 private final WindowManager.LayoutParams mWindowAttributes = field in class:Window
866 mWindowAttributes.copyFrom(a);
867 dispatchWindowAttributesChanged(mWindowAttributes);
877 return mWindowAttributes;
H A DViewRootImpl.java154 final WindowManager.LayoutParams mWindowAttributes = new WindowManager.LayoutParams(); field in class:ViewRootImpl
454 mWindowAttributes.copyFrom(attrs);
455 if (mWindowAttributes.packageName == null) {
456 mWindowAttributes.packageName = mBasePackageName;
458 attrs = mWindowAttributes;
519 if ((mWindowAttributes.inputFeatures
524 mOrigWindowType = mWindowAttributes.type;
527 res = mWindowSession.addToDisplay(mWindow, mSeq, mWindowAttributes,
649 return (mWindowAttributes.flags & WindowManager.LayoutParams.FLAG_LOCAL_FOCUS_MODE) != 0;
758 final int oldInsetLeft = mWindowAttributes
[all...]

Completed in 114 milliseconds