OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KeyboardActionListener
(Results
1 - 8
of
8
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardActionListener.java
22
public interface
KeyboardActionListener
{
104
public static final
KeyboardActionListener
EMPTY_LISTENER = new Adapter();
106
public static class Adapter implements
KeyboardActionListener
{
MoreKeysPanel.java
64
int pointY,
KeyboardActionListener
listener);
MoreKeysKeyboardView.java
46
protected
KeyboardActionListener
mListener;
123
final int pointX, final int pointY, final
KeyboardActionListener
listener) {
MainKeyboardView.java
116
/** Listener for {@link
KeyboardActionListener
}. */
117
private
KeyboardActionListener
mKeyboardActionListener;
272
mKeyboardActionListener =
KeyboardActionListener
.EMPTY_LISTENER;
365
public void setKeyboardActionListener(final
KeyboardActionListener
listener) {
[
all
...]
PointerTracker.java
102
private static
KeyboardActionListener
sListener =
KeyboardActionListener
.EMPTY_LISTENER;
204
public static void setKeyboardActionListener(final
KeyboardActionListener
listener) {
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestionsView.java
25
import com.android.inputmethod.keyboard.
KeyboardActionListener
;
39
public static abstract class MoreSuggestionsListener extends
KeyboardActionListener
.Adapter {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiPalettesView.java
42
import com.android.inputmethod.keyboard.
KeyboardActionListener
;
90
private
KeyboardActionListener
mKeyboardActionListener =
KeyboardActionListener
.EMPTY_LISTENER;
293
* {@link
KeyboardActionListener
#onPressKey}. {@link
KeyboardActionListener
#onReleaseKey} will
400
public void setKeyboardActionListener(final
KeyboardActionListener
listener) {
440
private
KeyboardActionListener
mKeyboardActionListener =
441
KeyboardActionListener
.EMPTY_LISTENER;
443
public void setKeyboardActionListener(final
KeyboardActionListener
listener) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java
70
import com.android.inputmethod.keyboard.
KeyboardActionListener
;
113
public class LatinIME extends InputMethodService implements
KeyboardActionListener
,
[
all
...]
Completed in 201 milliseconds