FileDocCategorySizeDatePackage
KeyboardView.javaAPI DocAndroid 5.1 API3862Sat Mar 14 14:09:38 GMT 2015android.inputmethodservice

KeyboardView

public class KeyboardView extends android.view.View implements android.view.View.OnClickListener

Fields Summary
Constructors Summary
public KeyboardView(android.content.Context context, android.util.AttributeSet attrs)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public KeyboardView(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public KeyboardView(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
Methods Summary
public voidclosing()

 throw new RuntimeException("Stub!"); 
public android.inputmethodservice.KeyboardgetKeyboard()

 throw new RuntimeException("Stub!"); 
protected android.inputmethodservice.KeyboardView$OnKeyboardActionListenergetOnKeyboardActionListener()

 throw new RuntimeException("Stub!"); 
public booleanhandleBack()

 throw new RuntimeException("Stub!"); 
public voidinvalidateAllKeys()

 throw new RuntimeException("Stub!"); 
public voidinvalidateKey(int keyIndex)

 throw new RuntimeException("Stub!"); 
public booleanisPreviewEnabled()

 throw new RuntimeException("Stub!"); 
public booleanisProximityCorrectionEnabled()

 throw new RuntimeException("Stub!"); 
public booleanisShifted()

 throw new RuntimeException("Stub!"); 
public voidonClick(android.view.View v)

 throw new RuntimeException("Stub!"); 
public voidonDetachedFromWindow()

 throw new RuntimeException("Stub!"); 
public voidonDraw(android.graphics.Canvas canvas)

 throw new RuntimeException("Stub!"); 
public booleanonHoverEvent(android.view.MotionEvent event)

 throw new RuntimeException("Stub!"); 
protected booleanonLongPress(android.inputmethodservice.Keyboard.Key popupKey)

 throw new RuntimeException("Stub!"); 
public voidonMeasure(int widthMeasureSpec, int heightMeasureSpec)

 throw new RuntimeException("Stub!"); 
public voidonSizeChanged(int w, int h, int oldw, int oldh)

 throw new RuntimeException("Stub!"); 
public booleanonTouchEvent(android.view.MotionEvent me)

 throw new RuntimeException("Stub!"); 
public voidsetKeyboard(android.inputmethodservice.Keyboard keyboard)

 throw new RuntimeException("Stub!"); 
public voidsetOnKeyboardActionListener(android.inputmethodservice.KeyboardView$OnKeyboardActionListener listener)

 throw new RuntimeException("Stub!"); 
public voidsetPopupOffset(int x, int y)

 throw new RuntimeException("Stub!"); 
public voidsetPopupParent(android.view.View v)

 throw new RuntimeException("Stub!"); 
public voidsetPreviewEnabled(boolean previewEnabled)

 throw new RuntimeException("Stub!"); 
public voidsetProximityCorrectionEnabled(boolean enabled)

 throw new RuntimeException("Stub!"); 
public booleansetShifted(boolean shifted)

 throw new RuntimeException("Stub!"); 
public voidsetVerticalCorrection(int verticalOffset)

 throw new RuntimeException("Stub!"); 
protected voidswipeDown()

 throw new RuntimeException("Stub!"); 
protected voidswipeLeft()

 throw new RuntimeException("Stub!"); 
protected voidswipeRight()

 throw new RuntimeException("Stub!"); 
protected voidswipeUp()

 throw new RuntimeException("Stub!");