Home
last modified time | relevance | path

Searched refs:mWindowSetMask (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java99 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.Change
1051 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 …]