| Modifier and Type | Field and Description |
|---|---|
int[] |
codes |
int |
edgeFlags |
int |
gap |
int |
height |
Drawable |
icon |
Drawable |
iconPreview |
CharSequence |
label |
boolean |
modifier |
boolean |
on |
CharSequence |
popupCharacters |
int |
popupResId |
boolean |
pressed |
boolean |
repeatable |
boolean |
sticky |
CharSequence |
text |
int |
width |
int |
x |
int |
y |
| Constructor and Description |
|---|
Keyboard.Key(Keyboard.Row parent) |
Keyboard.Key(Resources res,
Keyboard.Row parent,
int x,
int y,
XmlResourceParser parser) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getCurrentDrawableState() |
boolean |
isInside(int x,
int y) |
void |
onPressed() |
void |
onReleased(boolean inside) |
int |
squaredDistanceFrom(int x,
int y) |
public int[] codes
public CharSequence label
public Drawable icon
public Drawable iconPreview
public int width
public int height
public int gap
public boolean sticky
public int x
public int y
public boolean pressed
public boolean on
public CharSequence text
public CharSequence popupCharacters
public int edgeFlags
public boolean modifier
public int popupResId
public boolean repeatable
public Keyboard.Key(Keyboard.Row parent)
public Keyboard.Key(Resources res, Keyboard.Row parent, int x, int y, XmlResourceParser parser)
Copyright © 2008-2013. All Rights Reserved.