android.inputmethodservice
Class Keyboard.Key
java.lang.Object
android.inputmethodservice.Keyboard.Key
- Enclosing class:
- Keyboard
public static class Keyboard.Key
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
codes
public int[] codes
label
public CharSequence label
icon
public Drawable icon
iconPreview
public Drawable iconPreview
width
public int width
height
public int height
gap
public int gap
sticky
public boolean sticky
x
public int x
y
public int y
pressed
public boolean pressed
on
public boolean on
text
public CharSequence text
popupCharacters
public CharSequence popupCharacters
edgeFlags
public int edgeFlags
modifier
public boolean modifier
popupResId
public int popupResId
repeatable
public boolean repeatable
Keyboard.Key
public Keyboard.Key(Keyboard.Row parent)
Keyboard.Key
public Keyboard.Key(Resources res,
Keyboard.Row parent,
int x,
int y,
XmlResourceParser parser)
onPressed
public void onPressed()
onReleased
public void onReleased(boolean inside)
isInside
public boolean isInside(int x,
int y)
squaredDistanceFrom
public int squaredDistanceFrom(int x,
int y)
getCurrentDrawableState
public int[] getCurrentDrawableState()
Copyright © 2008-2012. All Rights Reserved.