Lines Matching refs:to

10  * Unless required by applicable law or agreed to in writing, software
51 * The id of a generic virtual keyboard with a full layout that can be used to
60 * It may be necessary to tap a key multiple times to generate the desired letter
80 * layout with a small form factor. In contrast to a {@link #FULL full keyboard}, some
82 * In addition, to improve typing speed and accuracy, the framework provides
104 * A keyboard that is only used to control special functions rather than for typing.
113 * This private-use character is used to trigger Unicode character
119 * This private-use character is used to bring up a character picker for
146 * Mask the return value from {@link #get(int, int)} with this value to get
151 /* Characters used to display placeholders for dead keys. */
178 * We still support these characters by mapping them to their non-legacy version. */
186 * Maps Unicode combining diacritical to display-form dead key.
224 // One-way mappings to equivalent preferred accents.
229 // One-way legacy mappings to preserve compatibility with older applications.
242 * to combined output character.
353 * Returns 0 if the key is not one that is used to type Unicode
357 * key is a "dead key" that should be combined with another to
379 * Gets the fallback action to perform if the application does not
383 * translate the key to an alternate fallback key (specified in the
384 * fallback action) and dispatch it to the application.
391 * @return The fallback action, or null if none. Remember to recycle the fallback action.
412 * This method is intended to to support dial pads and other numeric or
419 * numbers when ALT is pressed such that ALT-Q maps to '1'. So for that keyboard
440 * @param chars The array of matching characters to consider.
453 * @param chars The array of matching characters to consider.
491 // In this case we don't even need to compute the combining character.
553 * @param keyCode The keyCode to query.
585 * not guaranteed that the sequence is the only way to generate these
589 * It may fail to map characters to key codes. In particular, the key character
599 * @param chars The sequence of characters to generate.
637 * Different keyboard types have different semantics. Refer to the documentation
659 * to next character key that is pressed and will then reset itself to the initial state.
662 * apply to all subsequent character keys that are pressed until unlocked by pressing
663 * the modifier key on its own one more time to reset it to the initial state.
691 * any keyboard attached to the device that are capable of producing the given key code.
693 * @param keyCode The key code to query.
702 * any keyboard attached to the device that are capable of producing the given
705 * @param keyCodes The array of key codes to query.
707 * are set to true if at least one attached keyboard supports the corresponding key code