Searched refs:mConfigSetMask (Results 1 – 1 of 1) sorted by relevance
73 chg.mConfigSetMask |= ActivityInfo.CONFIG_WINDOW_CONFIGURATION; in setBounds()88 chg.mConfigSetMask |= ActivityInfo.CONFIG_WINDOW_CONFIGURATION; in setAppBounds()105 chg.mConfigSetMask |= ActivityInfo.CONFIG_SCREEN_SIZE; in setScreenSizeDp()236 cfg.mConfigSetMask |= ActivityInfo.CONFIG_SMALLEST_SCREEN_SIZE; in setSmallestScreenWidthDp()349 private @ActivityInfo.Config int mConfigSetMask = 0; field in WindowContainerTransaction.Change366 mConfigSetMask = in.readInt(); in Change()391 mConfiguration.setTo(other.mConfiguration, other.mConfigSetMask, other.mWindowSetMask); in merge()392 mConfigSetMask |= other.mConfigSetMask; in merge()454 return mConfigSetMask; in getConfigSetMask()481 (mConfigSetMask & ActivityInfo.CONFIG_WINDOW_CONFIGURATION) != 0 in toString()[all …]