Home
last modified time | relevance | path

Searched defs:ime (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DInsetsControllerTest.java145 InsetsSourceControl ime = controls[2]; in testAnimationEndState() local
169 final InsetsSourceControl ime = new InsetsSourceControl(TYPE_IME, mLeash, new Point()); in testApplyImeVisibility() local
190 InsetsSourceControl ime = controls[2]; in testShowHideSelectively() local
216 InsetsSourceControl ime = controls[2]; in testShowHideSingle() local
256 InsetsSourceControl ime = controls[2]; in testShowHideMultiple() local
297 InsetsSourceControl ime = controls[2]; in testShowMultipleHideOneByOne() local
352 final InsetsSourceControl ime = new InsetsSourceControl(TYPE_IME, mLeash, new Point()); in prepareControls() local
DImeInsetsSourceConsumerTest.java85 final InsetsSourceControl ime = new InsetsSourceControl(TYPE_IME, mLeash, new Point()); in testImeVisibility() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsStateControllerTest.java85 final WindowState ime = createWindow(null, TYPE_APPLICATION, "parentWindow"); in testStripForDispatch_navBar() local
/frameworks/base/core/java/android/inputmethodservice/
DExtractEditText.java49 void setIME(InputMethodService ime) { in setIME()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodUtils.java776 StringBuilder builder, Pair<String, ArrayList<String>> ime) { in buildEnabledInputMethodsSettingString()
1096 Pair<String, String> ime = getLastSubtypeForInputMethodLockedInternal(imeId); in getLastSubtypeForInputMethodLocked() local
/frameworks/base/core/java/android/view/
DWindowInsets.java1199 public static @InsetType int ime() { in ime() method in WindowInsets.Type