OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnKeyboardActionListener
(Results
1 - 18
of
18
) sorted by null
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java
36
import jp.co.omronsoft.openwnn.KeyboardView.
OnKeyboardActionListener
;
43
public class DefaultSoftKeyboard implements InputViewManager, KeyboardView.
OnKeyboardActionListener
{
304
private
OnKeyboardActionListener
mSymbolOnKeyboardAction = new
OnKeyboardActionListener
() {
794
*
onKeyboardActionListener
796
/** @see jp.co.omronsoft.openwnn.KeyboardView.
OnKeyboardActionListener
#onKey */
799
/** @see jp.co.omronsoft.openwnn.KeyboardView.
OnKeyboardActionListener
#swipeRight */
802
/** @see jp.co.omronsoft.openwnn.KeyboardView.
OnKeyboardActionListener
#swipeLeft */
805
/** @see jp.co.omronsoft.openwnn.KeyboardView.
OnKeyboardActionListener
#swipeDown */
808
/** @see jp.co.omronsoft.openwnn.KeyboardView.
OnKeyboardActionListener
#swipeUp *
[
all
...]
KeyboardView.java
66
public interface
OnKeyboardActionListener
{
163
/** Listener for {@link
OnKeyboardActionListener
}. */
164
private
OnKeyboardActionListener
mKeyboardActionListener;
437
* Set the {@link
OnKeyboardActionListener
} object.
438
* @param listener The
OnKeyboardActionListener
to set.
440
public void setOnKeyboardActionListener(
OnKeyboardActionListener
listener) {
445
* Returns the {@link
OnKeyboardActionListener
} object.
448
protected
OnKeyboardActionListener
getOnKeyboardActionListener() {
592
* When enabled, calls to {@link
OnKeyboardActionListener
#onKey} will include key
[
all
...]
/frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardHelper.java
23
import android.inputmethodservice.KeyboardView.
OnKeyboardActionListener
;
36
public class PasswordEntryKeyboardHelper implements
OnKeyboardActionListener
{
/frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java
75
public interface
OnKeyboardActionListener
{
163
/** Listener for {@link
OnKeyboardActionListener
}. */
164
private
OnKeyboardActionListener
mKeyboardActionListener;
452
public void setOnKeyboardActionListener(
OnKeyboardActionListener
listener) {
457
* Returns the {@link
OnKeyboardActionListener
} object.
460
protected
OnKeyboardActionListener
getOnKeyboardActionListener() {
565
* When enabled, calls to {@link
OnKeyboardActionListener
#onKey} will include key
[
all
...]
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java
47
implements KeyboardView.
OnKeyboardActionListener
{
/frameworks/base/
compiled-classes-phone
[
all
...]
/external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar
/external/robolectric/v1/lib/main/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
/prebuilts/tools/common/api-versions/android-3/
android.jar
Completed in 1105 milliseconds