Searched refs:mConfigSetMask (Results 1 – 1 of 1) sorted by relevance
111 chg.mConfigSetMask |= ActivityInfo.CONFIG_WINDOW_CONFIGURATION; in setBounds()126 chg.mConfigSetMask |= ActivityInfo.CONFIG_WINDOW_CONFIGURATION; in setAppBounds()143 chg.mConfigSetMask |= ActivityInfo.CONFIG_SCREEN_SIZE; in setScreenSizeDp()156 chg.mConfigSetMask |= ActivityInfo.CONFIG_DENSITY; in setDensityDpi()287 cfg.mConfigSetMask |= ActivityInfo.CONFIG_SMALLEST_SCREEN_SIZE; in setSmallestScreenWidthDp()349 chg.mConfigSetMask |= ActivityInfo.CONFIG_WINDOW_CONFIGURATION; in setRelativeBounds()1093 private @ActivityInfo.Config int mConfigSetMask = 0; field in WindowContainerTransaction.Change1116 mConfigSetMask = in.readInt(); in Change()1146 mConfiguration.setTo(other.mConfiguration, other.mConfigSetMask, other.mWindowSetMask); in merge()1147 mConfigSetMask |= other.mConfigSetMask; in merge()[all …]