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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java242 final WindowManager.LayoutParams mWindowAttributes = new WindowManager.LayoutParams(); field in class:ViewRootImpl
642 mWindowAttributes.copyFrom(attrs);
643 if (mWindowAttributes.packageName == null) {
644 mWindowAttributes.packageName = mBasePackageName;
646 attrs = mWindowAttributes;
716 if ((mWindowAttributes.inputFeatures
720 mForceDecorViewVisibility = (mWindowAttributes.privateFlags
723 mOrigWindowType = mWindowAttributes.type;
726 res = mWindowSession.addToDisplay(mWindow, mSeq, mWindowAttributes,
787 + mWindowAttributes
[all...]
H A DWindow.java309 private final WindowManager.LayoutParams mWindowAttributes = field in class:Window
831 (mWindowAttributes.flags & FLAG_HARDWARE_ACCELERATED) != 0) {
1189 mWindowAttributes.copyFrom(a);
1190 dispatchWindowAttributesChanged(mWindowAttributes);
1200 return mWindowAttributes;
H A DWindowManagerGlobal.java601 return root.mWindowAttributes.getTitle() + "/" +
H A DSurfaceView.java469 return root.mWindowAttributes.surfaceInsets;
H A DView.java9204 location[0] += mAttachInfo.mViewRootImpl.mWindowAttributes.surfaceInsets.left;
9205 location[1] += mAttachInfo.mViewRootImpl.mWindowAttributes.surfaceInsets.top;

Completed in 157 milliseconds