HomeSort by relevance Sort by last modified time
    Searched refs:mWindowAttributes (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/view/
ViewRootImpl.java 156 final WindowManager.LayoutParams mWindowAttributes = new WindowManager.LayoutParams();
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.flags
    [all...]
Window.java 209 private final WindowManager.LayoutParams mWindowAttributes =
    [all...]
WindowManagerGlobal.java 540 return root.mWindowAttributes.getTitle() + "/" +

Completed in 132 milliseconds