Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DInsetsState.java140 boolean isScreenRound, int legacySoftInputMode, int legacyWindowFlags, in calculateInsets() argument
179 final int softInputAdjustMode = legacySoftInputMode & SOFT_INPUT_MASK_ADJUST; in calculateInsets()
H A DInsetsController.java977 int legacySoftInputMode, int legacyWindowFlags, int legacySystemUiFlags) { in calculateInsets() argument
980 mLastLegacySoftInputMode = legacySoftInputMode; in calculateInsets()
984 isScreenRound, legacySoftInputMode, legacyWindowFlags, in calculateInsets()