Searched refs:mWindowAttributes (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java156 final WindowManager.LayoutParams mWindowAttributes = new WindowManager.LayoutParams(); field in class:ViewRootImpl
457 mWindowAttributes.copyFrom(attrs);
458 if (mWindowAttributes.packageName == null) {
459 mWindowAttributes.packageName = mBasePackageName;
461 attrs = mWindowAttributes;
523 if ((mWindowAttributes.inputFeatures
528 mOrigWindowType = mWindowAttributes.type;
531 res = mWindowSession.addToDisplay(mWindow, mSeq, mWindowAttributes,
654 return (mWindowAttributes.flags & WindowManager.LayoutParams.FLAG_LOCAL_FOCUS_MODE) != 0;
658 return mWindowAttributes
[all...]
H A DWindow.java209 private final WindowManager.LayoutParams mWindowAttributes = field in class:Window
908 mWindowAttributes.copyFrom(a);
909 dispatchWindowAttributesChanged(mWindowAttributes);
919 return mWindowAttributes;
H A DWindowManagerGlobal.java540 return root.mWindowAttributes.getTitle() + "/" +

Completed in 55 milliseconds