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

/frameworks/base/core/java/android/view/
H A DWindow.java156 private final WindowManager.LayoutParams mWindowAttributes = field in class:Window
795 mWindowAttributes.copyFrom(a);
797 mCallback.onWindowAttributesChanged(mWindowAttributes);
808 return mWindowAttributes;
H A DViewRootImpl.java147 final WindowManager.LayoutParams mWindowAttributes = new WindowManager.LayoutParams(); field in class:ViewRootImpl
434 mWindowAttributes.copyFrom(attrs);
435 if (mWindowAttributes.packageName == null) {
436 mWindowAttributes.packageName = mBasePackageName;
438 attrs = mWindowAttributes;
494 if ((mWindowAttributes.inputFeatures
499 mOrigWindowType = mWindowAttributes.type;
502 res = mWindowSession.addToDisplay(mWindow, mSeq, mWindowAttributes,
619 return (mWindowAttributes.flags & WindowManager.LayoutParams.FLAG_LOCAL_FOCUS_MODE) != 0;
749 int oldSoftInputMode = mWindowAttributes
[all...]

Completed in 62 milliseconds