diff options
| -rw-r--r-- | tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ImeStressTestUtil.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ImeStressTestUtil.java b/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ImeStressTestUtil.java index c0c60eff0f9f..d03338909bb7 100644 --- a/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ImeStressTestUtil.java +++ b/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/ImeStressTestUtil.java @@ -393,6 +393,7 @@ public final class ImeStressTestUtil { mEditText.setFocusableInTouchMode(false); } rootView.addView(mEditText, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT)); + rootView.setFitsSystemWindows(true); setContentView(rootView); if (requestFocus) { |