Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DInputMethodManagerServiceWindowGainedFocusTest.java84 private static final int[] SOFT_INPUT_ADJUST_FLAGS = field in InputMethodManagerServiceWindowGainedFocusTest
100 for (int softInputAdjust : SOFT_INPUT_ADJUST_FLAGS) { in softInputModeConfigs()
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DImeStressTestUtil.java81 private static final int[] SOFT_INPUT_ADJUST_FLAGS = field in ImeStressTestUtil
118 for (int softInputAdjust : SOFT_INPUT_ADJUST_FLAGS) { in getWindowAndSoftInputFlagParameters()