Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java112 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_BOUNDS; in setBounds()
127 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS; in setAppBounds()
350 chg.mWindowSetMask |= WindowConfiguration.WINDOW_CONFIG_BOUNDS; in setRelativeBounds()
1094 private @WindowConfiguration.WindowConfig int mWindowSetMask = 0; field in WindowContainerTransaction.Change
1117 mWindowSetMask = in.readInt(); in Change()
1146 mConfiguration.setTo(other.mConfiguration, other.mConfigSetMask, other.mWindowSetMask); in merge()
1148 mWindowSetMask |= other.mWindowSetMask; in merge()
1262 return mWindowSetMask; in getWindowSetMask()
1290 && ((mWindowSetMask & WindowConfiguration.WINDOW_CONFIG_BOUNDS) in toString()
1294 && ((mWindowSetMask & WindowConfiguration.WINDOW_CONFIG_APP_BOUNDS) in toString()
[all …]