Home | History | Annotate | Download | only in keyboard

Lines Matching full:morekeyspec

41 import com.android.inputmethod.keyboard.internal.MoreKeySpec;
109 private final MoreKeySpec[] mMoreKeys;
190 public Key(final KeyboardParams params, final MoreKeySpec moreKeySpec, final int x, final int y,
192 this(params, moreKeySpec.mLabel, null, moreKeySpec.mIconId, moreKeySpec.mCode,
193 moreKeySpec.mOutputText, x, y, width, height, labelFlags, BACKGROUND_TYPE_NORMAL);
311 mMoreKeys = new MoreKeySpec[moreKeys.length];
313 mMoreKeys[i] = new MoreKeySpec(
524 public MoreKeySpec[] getMoreKeys() {