Home | History | Annotate | Download | only in res

Lines Matching refs:keyboard

281     /** Constant for {@link #keyboard}: a value indicating that no value has been set. */
283 /** Constant for {@link #keyboard}, value corresponding to the
287 /** Constant for {@link #keyboard}, value corresponding to the
291 /** Constant for {@link #keyboard}, value corresponding to the
297 * The kind of keyboard attached to the device.
301 public int keyboard;
317 * A flag indicating whether any keyboard is available. Unlike
319 * keyboard, so if the hard keyboard is hidden but there is soft
320 * keyboard available, it will be set to NO. Value is one of:
328 * physical keyboard being exposed. */
331 * physical keyboard being hidden. */
335 * A flag indicating whether the hard keyboard has been hidden. This will
336 * be set on a device with a mechanism to hide the keyboard from the
565 keyboard = o.keyboard;
678 switch (keyboard) {
683 default: sb.append(" keys="); sb.append(keyboard); break;
729 keyboard = KEYBOARD_UNDEFINED;
792 if (delta.keyboard != KEYBOARD_UNDEFINED
793 && keyboard != delta.keyboard) {
795 keyboard = delta.keyboard;
931 if (delta.keyboard != KEYBOARD_UNDEFINED
932 && keyboard != delta.keyboard) {
1054 dest.writeInt(keyboard);
1082 keyboard = source.readInt();
1142 n = this.keyboard - that.keyboard;
1190 result = 31 * result + keyboard;