Searched refs:legacySoftInputMode (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/core/java/android/view/ |
H A D | InsetsState.java | 200 int legacySoftInputMode, int legacyWindowFlags, int legacySystemUiFlags, in calculateInsets() argument 235 final int softInputAdjustMode = legacySoftInputMode & SOFT_INPUT_MASK_ADJUST; in calculateInsets()
|
H A D | InsetsController.java | 811 int windowType, int windowingMode, int legacySoftInputMode, int legacyWindowFlags, in calculateInsets() argument 815 mLastLegacySoftInputMode = legacySoftInputMode; in calculateInsets() 819 isScreenRound, alwaysConsumeSystemBars, legacySoftInputMode, legacyWindowFlags, in calculateInsets()
|