OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LatinKey
(Results
1 - 2
of
2
) sorted by null
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboard.java
43
Key key = new
LatinKey
(res, parent, x, y, parser);
94
static class
LatinKey
extends Keyboard.Key {
96
public
LatinKey
(Resources res, Keyboard.Row parent, int x, int y, XmlResourceParser parser) {
/frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboard.java
90
LatinKey
key = new
LatinKey
(res, parent, x, y, parser);
147
if (mShiftKeys[i] instanceof
LatinKey
) {
148
((
LatinKey
)mShiftKeys[i]).enableShiftLock();
219
static class
LatinKey
extends Keyboard.Key {
223
public
LatinKey
(Resources res, Keyboard.Row parent, int x, int y,
Completed in 2860 milliseconds