HomeSort by relevance Sort by last modified time
    Searched defs:DEAD (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 95 * key is a "dead key" that should be combined with another to
179 return DEAD.get((accent << 16) | c);
394 * Maps Unicode combining diacritical to display-form dead key
400 * Maps combinations of (display-form) dead key and second character
403 private static SparseIntArray DEAD = new SparseIntArray();
417 * key is a "dead key."
422 * a printable representation of the accent character of a "dead key."
433 DEAD.put(ACUTE | 'A', '\u00C1');
434 DEAD.put(ACUTE | 'C', '\u0106');
435 DEAD.put(ACUTE | 'E', '\u00C9')
    [all...]
  /frameworks/base/include/media/stagefright/
OMXCodec.h 65 DEAD,

Completed in 37 milliseconds