Searched refs:getWindowSetMask (Results 1 – 3 of 3) sorted by relevance
527 assertThat((change.getWindowSetMask() & WINDOW_CONFIG_BOUNDS) != 0).isTrue(); in assertThatBoundsCleared()
675 final int windowMask = change.getWindowSetMask() & CONTROLLABLE_WINDOW_CONFIGS; in applyChanges()1920 final int windowSetMask = change.getWindowSetMask(); in enforceTaskFragmentConfigChangeAllowed()
1187 public int getWindowSetMask() { in getWindowSetMask() method in WindowContainerTransaction.Change