Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DInsetsState.java200 int legacySoftInputMode, int legacyWindowFlags, int legacySystemUiFlags, in calculateInsets() argument
252 compatInsetsTypes, (legacySystemUiFlags & SYSTEM_UI_FLAG_LAYOUT_STABLE) != 0); in calculateInsets()
H A DInsetsController.java812 int legacySystemUiFlags) { in calculateInsets() argument
817 mLastLegacySystemUiFlags = legacySystemUiFlags; in calculateInsets()
820 legacySystemUiFlags, windowType, windowingMode, null /* typeSideMap */); in calculateInsets()