Searched refs:createInputMethodWindow (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DisplayPolicyTests.java | 115 private WindowState createInputMethodWindow(boolean visible, boolean drawNavBar, in createInputMethodWindow() method in DisplayPolicyTests 135 final WindowState visibleIme = createInputMethodWindow(true, true, false); in testChooseNavigationColorWindowLw() 136 final WindowState invisibleIme = createInputMethodWindow(false, true, false); in testChooseNavigationColorWindowLw() 137 final WindowState imeNonDrawNavBar = createInputMethodWindow(true, false, false); in testChooseNavigationColorWindowLw() 191 final WindowState visibleIme = createInputMethodWindow(true, true, false); in testChooseNavigationBackgroundWindow() 192 final WindowState invisibleIme = createInputMethodWindow(false, true, false); in testChooseNavigationBackgroundWindow() 193 final WindowState nonDrawBarIme = createInputMethodWindow(true, false, false); in testChooseNavigationBackgroundWindow() 233 final WindowState imeDrawDarkNavBar = createInputMethodWindow(true, true, false); in testUpdateLightNavigationBarLw() 234 final WindowState imeDrawLightNavBar = createInputMethodWindow(true, true, true); in testUpdateLightNavigationBarLw()
|