Home
last modified time | relevance | path

Searched refs:legacySoftInputMode (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
235 final int softInputAdjustMode = legacySoftInputMode & SOFT_INPUT_MASK_ADJUST; in calculateInsets()
H A DInsetsController.java811 int windowType, int windowingMode, int legacySoftInputMode, int legacyWindowFlags, in calculateInsets() argument
815 mLastLegacySoftInputMode = legacySoftInputMode; in calculateInsets()
819 isScreenRound, alwaysConsumeSystemBars, legacySoftInputMode, legacyWindowFlags, in calculateInsets()