Searched refs:mTmpStackIds (Results 1 – 1 of 1) sorted by relevance
125 private final ArrayList<Integer> mTmpStackIds = new ArrayList<>(); field in RootWindowContainer351 mTmpStackIds.clear(); in setDisplayOverrideConfigurationIfNeeded()360 mTmpStackIds.add(stack.mStackId); in setDisplayOverrideConfigurationIfNeeded()364 return mTmpStackIds.isEmpty() ? null : ArrayUtils.convertToIntArray(mTmpStackIds); in setDisplayOverrideConfigurationIfNeeded()