OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onUpdateBatchInput
(Results
1 - 7
of
7
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardActionListener.java
77
public void
onUpdateBatchInput
(InputPointers batchPointers);
118
public void
onUpdateBatchInput
(InputPointers batchPointers) {}
PointerTracker.java
535
public void
onUpdateBatchInput
(final InputPointers aggregatedPointers, final long eventTime) {
537
Log.d(TAG, String.format("[%d]
onUpdateBatchInput
: batchPoints=%d", mPointerId,
540
sListener.
onUpdateBatchInput
(aggregatedPointers);
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
BatchInputArbiter.java
31
public void
onUpdateBatchInput
(
140
* @param listener {@link BatchInputArbiterListener#
onUpdateBatchInput
(InputPointers,long)} of
152
listener.
onUpdateBatchInput
(sAggregatedPointers, moveEventTime);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogicHandler.java
52
public void
onUpdateBatchInput
(final InputPointers batchPointers,
180
public void
onUpdateBatchInput
(final InputPointers batchPointers,
InputLogic.java
546
/* The sequence number member is only used in
onUpdateBatchInput
. It is increased each time
551
*
onUpdateBatchInput
method twice without having recomputed suggestions yet, or having
561
public void
onUpdateBatchInput
(final InputPointers batchPointers) {
562
mInputLogicHandler.
onUpdateBatchInput
(batchPointers, mAutoCommitSequenceNumber);
[
all
...]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java
350
mLatinIME.
onUpdateBatchInput
(pointers);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java
[
all
...]
Completed in 372 milliseconds