Searched refs:mWindowSetMask (Results 1 – 1 of 1) sorted by relevance
99 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_BOUNDS; in setBounds()114 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS; in setAppBounds()337 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_BOUNDS; in setRelativeBounds()1029 private @WindowConfiguration.WindowConfig int mWindowSetMask = 0; field in WindowContainerTransaction.Change1051 mWindowSetMask = in.readInt(); in Change()1079 mConfiguration.setTo(other.mConfiguration, other.mConfigSetMask, other.mWindowSetMask); in merge()1081 mWindowSetMask |= other.mWindowSetMask; in merge()1188 return mWindowSetMask; in getWindowSetMask()1216 && ((mWindowSetMask & WindowConfiguration.WINDOW_CONFIG_BOUNDS) in toString()1220 && ((mWindowSetMask & WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS) in toString()[all …]