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

  /frameworks/base/core/java/android/view/
Window.java 199 private final WindowManager.LayoutParams mWindowAttributes =
    [all...]
ViewRootImpl.java 154 final WindowManager.LayoutParams mWindowAttributes = new WindowManager.LayoutParams();
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,
645 return (mWindowAttributes.flags & WindowManager.LayoutParams.FLAG_LOCAL_FOCUS_MODE) != 0;
751 final int oldInsetLeft = mWindowAttributes.surfaceInsets.left
    [all...]

Completed in 51 milliseconds