Class android.inputmethodservice.Keyboard.Key

Now deprecated.

Changed Constructors
Keyboard.Key(Resources, Row, int, int, XmlResourceParser) Now deprecated.
 
Keyboard.Key(Row) Now deprecated.
 
 

Changed Methods
int[] getCurrentDrawableState() Now deprecated.
 
boolean isInside(int, int) Now deprecated.
 
void onPressed() Now deprecated.
 
void onReleased(boolean) Now deprecated.
 
int squaredDistanceFrom(int, int) Now deprecated.
 
 

Changed Fields
int[] codes Now deprecated.
 
int edgeFlags Now deprecated.
 
int gap Now deprecated.
 
int height Now deprecated.
 
Drawable icon Now deprecated.
 
Drawable iconPreview Now deprecated.
 
CharSequence label Now deprecated.
 
boolean modifier Now deprecated.
 
boolean on Now deprecated.
 
CharSequence popupCharacters Now deprecated.
 
int popupResId Now deprecated.
 
boolean pressed Now deprecated.
 
boolean repeatable Now deprecated.
 
boolean sticky Now deprecated.
 
CharSequence text Now deprecated.
 
int width Now deprecated.
 
int x Now deprecated.
 
int y Now deprecated.