Home
last modified time | relevance | path

Searched defs:editorInfo (Results 1 – 2 of 2) sorted by relevance

/development/samples/SampleInputMethodAccessibilityService/src/com/example/android/sampleinputmethodaccessibilityservice/
DEditorInfoUtil.java31 static String dump(@Nullable EditorInfo editorInfo) { in dump()
40 static void dump(@NonNull StringBuilder sb, @NonNull EditorInfo editorInfo) { in dump()
/development/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/
DImageKeyboard.java64 private boolean isCommitContentSupported( in isCommitContentSupported()
90 final EditorInfo editorInfo = getCurrentInputEditorInfo(); in doCommitContent() local
135 private boolean validatePackageName(@Nullable EditorInfo editorInfo) { in validatePackageName()