Home
last modified time | relevance | path

Searched refs:DO_SET_IME_CONSUMES_INPUT (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DIInputConnectionWrapper.java86 private static final int DO_SET_IME_CONSUMES_INPUT = 170; field in IInputConnectionWrapper
336 dispatchMessage(obtainMessageB(DO_SET_IME_CONSUMES_INPUT, imeConsumesInput)); in setImeConsumesInput()
884 case DO_SET_IME_CONSUMES_INPUT: { in executeMessage()