Lines Matching refs:keyboard

297     /** Constant for {@link #keyboard}: a value indicating that no value has been set. */
299 /** Constant for {@link #keyboard}, value corresponding to the
303 /** Constant for {@link #keyboard}, value corresponding to the
307 /** Constant for {@link #keyboard}, value corresponding to the
313 * The kind of keyboard attached to the device.
317 public int keyboard;
333 * A flag indicating whether any keyboard is available. Unlike
335 * keyboard, so if the hard keyboard is hidden but there is soft
336 * keyboard available, it will be set to NO. Value is one of:
344 * physical keyboard being exposed. */
347 * physical keyboard being hidden. */
351 * A flag indicating whether the hard keyboard has been hidden. This will
352 * be set on a device with a mechanism to hide the keyboard from the
631 keyboard = o.keyboard;
745 switch (keyboard) {
750 default: sb.append(" keys="); sb.append(keyboard); break;
796 keyboard = KEYBOARD_UNDEFINED;
865 if (delta.keyboard != KEYBOARD_UNDEFINED
866 && keyboard != delta.keyboard) {
868 keyboard = delta.keyboard;
1011 if (delta.keyboard != KEYBOARD_UNDEFINED
1012 && keyboard != delta.keyboard) {
1134 dest.writeInt(keyboard);
1162 keyboard = source.readInt();
1222 n = this.keyboard - that.keyboard;
1270 result = 31 * result + keyboard;
1530 switch (config.keyboard) {
1609 if (base.keyboard != change.keyboard) {
1610 delta.keyboard = change.keyboard;
1710 configOut.keyboard = XmlUtils.readIntAttribute(parser, XML_ATTR_KEYBOARD,
1762 if (config.keyboard != KEYBOARD_UNDEFINED) {
1763 XmlUtils.writeIntAttribute(xml, XML_ATTR_KEYBOARD, config.keyboard);