Home
last modified time | relevance | path

Searched defs:imeSettings (Results 1 – 3 of 3) sorted by relevance

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSessionRule.java50 @NonNull ImeSettings.Builder imeSettings) { in MockImeSessionRule()
DMockImeSession.java171 @Nullable ImeSettings.Builder imeSettings) throws Exception { in writeMockImeSettings()
189 private void initialize(@Nullable ImeSettings.Builder imeSettings) throws Exception { in initialize()
240 @Nullable ImeSettings.Builder imeSettings) throws Exception { in create()
DMockIme.java400 KeyboardLayoutView(Context context, @NonNull ImeSettings imeSettings, in KeyboardLayoutView()