OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ON_START_INPUT
(Results
1 - 3
of
3
) sorted by null
/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/
DeviceEventConstants.java
88
ON_START_INPUT
,
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
InputMethodServiceDeviceTest.java
26
import static android.inputmethodservice.cts.common.DeviceEventConstants.DeviceEventType.
ON_START_INPUT
;
82
.anyMatch(isFrom(Ime1Constants.CLASS).and(isType(
ON_START_INPUT
))),
101
.anyMatch(isFrom(Ime1Constants.CLASS).and(isType(
ON_START_INPUT
))),
123
.collect(sequenceOfTypes(ON_CREATE, ON_BIND_INPUT,
ON_START_INPUT
))
142
.anyMatch(isFrom(Ime1Constants.CLASS).and(isType(
ON_START_INPUT
))),
172
.anyMatch(isFrom(Ime1Constants.CLASS).and(isType(
ON_START_INPUT
))),
202
.anyMatch(isFrom(Ime2Constants.CLASS).and(isType(
ON_START_INPUT
))),
227
.anyMatch(isFrom(Ime1Constants.CLASS).and(isType(
ON_START_INPUT
))),
241
.anyMatch(isFrom(Ime2Constants.CLASS).and(isType(
ON_START_INPUT
))),
263
.anyMatch(isFrom(Ime1Constants.CLASS).and(isType(
ON_START_INPUT
))),
[
all
...]
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
CtsBaseInputMethod.java
24
import static android.inputmethodservice.cts.common.DeviceEventConstants.DeviceEventType.
ON_START_INPUT
;
93
sendEvent(
ON_START_INPUT
, editorInfo, restarting);
Completed in 56 milliseconds