OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnscreenKeyboard
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/
Input.java
561
HardwareKeyboard,
OnscreenKeyboard
, MultitouchScreen, Accelerometer, Compass, Vibrator, Gyroscope
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
TextField.java
59
* The text field allows you to specify an {@link
OnscreenKeyboard
} for displaying a softkeyboard and piping all key events
61
* The desktop keyboard is a stub, as a softkeyboard is not needed on the desktop. The Android {@link
OnscreenKeyboard
}
94
OnscreenKeyboard
keyboard = new DefaultOnscreenKeyboard();
649
public
OnscreenKeyboard
getOnscreenKeyboard () {
653
public void setOnscreenKeyboard (
OnscreenKeyboard
keyboard) {
753
static public interface
OnscreenKeyboard
{
757
/** The default {@link
OnscreenKeyboard
} used by all {@link TextField} instances. Just uses
760
static public class DefaultOnscreenKeyboard implements
OnscreenKeyboard
{
[
all
...]
Completed in 85 milliseconds