OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BatchInputArbiterListener
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
BatchInputArbiter.java
29
public interface
BatchInputArbiterListener
{
89
* @param listener {@link
BatchInputArbiterListener
#onStartUpdateBatchInputTimer()} of this
94
final boolean isMajorEvent, final
BatchInputArbiterListener
listener) {
106
* @param listener {@link
BatchInputArbiterListener
#onStartBatchInput()} of this
110
public boolean mayStartBatchInput(final
BatchInputArbiterListener
listener) {
125
* {@link #updateBatchInput(long,
BatchInputArbiterListener
)} will be called internally.
128
* {@link #updateBatchInput(long,
BatchInputArbiterListener
)}.
131
final
BatchInputArbiterListener
listener) {
140
* @param listener {@link
BatchInputArbiterListener
#onUpdateBatchInput(InputPointers,long)} of
142
* {@link
BatchInputArbiterListener
#onStartUpdateBatchInputTimer()} will be called to hav
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java
26
import com.android.inputmethod.keyboard.internal.BatchInputArbiter.
BatchInputArbiterListener
;
50
BatchInputArbiterListener
{
509
// Implements {@link
BatchInputArbiterListener
}.
533
// Implements {@link
BatchInputArbiterListener
}.
543
// Implements {@link
BatchInputArbiterListener
}.
549
// Implements {@link
BatchInputArbiterListener
}.
[
all
...]
Completed in 150 milliseconds