List of usage examples for android.inputmethodservice KeyboardView subclass-usage
From source file com.pax.view.keyboard.CustomKeyboardView.java
public class CustomKeyboardView extends KeyboardView { private Drawable mKeyBgDrawable; private Drawable mOpKeyBgDrawable; private Paint paint = new Paint();
From source file com.mobisci_lab.virtualkeyboard.softkeyboard.LatinKeyboardView.java
public class LatinKeyboardView extends KeyboardView { static final int KEYCODE_OPTIONS = -100; // TODO: Move this into android.inputmethodservice.Keyboard static final int KEYCODE_LANGUAGE_SWITCH = -101; private static final String TAG1 = "LatinKeyboardView";
From source file com.samplekeyboard.LatinKeyboardView.java
public class LatinKeyboardView extends KeyboardView { private static final String DEBUG_TAG = "Velocity"; private static final String TAG = "LatinKeyboardView"; static final int KEYCODE_OPTIONS = -100; private int currentKey; SoftKeyboard mServiceKeyboard;