Searched refs:mWindowSetMask (Results 1 – 1 of 1) sorted by relevance
74 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_BOUNDS; in setBounds()89 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS; in setAppBounds()350 private @WindowConfiguration.WindowConfig int mWindowSetMask = 0; field in WindowContainerTransaction.Change367 mWindowSetMask = in.readInt(); in Change()391 mConfiguration.setTo(other.mConfiguration, other.mConfigSetMask, other.mWindowSetMask); in merge()393 mWindowSetMask |= other.mWindowSetMask; in merge()459 return mWindowSetMask; in getWindowSetMask()482 && ((mWindowSetMask & WindowConfiguration.WINDOW_CONFIG_BOUNDS) in toString()486 && ((mWindowSetMask & WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS) in toString()523 dest.writeInt(mWindowSetMask); in writeToParcel()