Searched refs:legacyWindowFlags (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/ |
H A D | InsetsState.java | 140 boolean isScreenRound, int legacySoftInputMode, int legacyWindowFlags, in calculateInsets() argument 185 if ((legacyWindowFlags & FLAG_FULLSCREEN) != 0) { in calculateInsets() 188 if (clearsCompatInsets(windowType, legacyWindowFlags, activityType, forceConsumingTypes)) { in calculateInsets()
|
H A D | InsetsController.java | 977 int legacySoftInputMode, int legacyWindowFlags, int legacySystemUiFlags) { in calculateInsets() argument 981 mLastLegacyWindowFlags = legacyWindowFlags; in calculateInsets() 984 isScreenRound, legacySoftInputMode, legacyWindowFlags, in calculateInsets()
|