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 103 * key is a "dead key" that should be combined with another to
187 return DEAD.get((accent << 16) | c);
402 * Maps Unicode combining diacritical to display-form dead key
408 * Maps combinations of (display-form) dead key and second character
411 private static SparseIntArray DEAD = new SparseIntArray();
425 * key is a "dead key."
430 * a printable representation of the accent character of a "dead key."
441 DEAD.put(ACUTE | 'A', '\u00C1');
442 DEAD.put(ACUTE | 'C', '\u0106');
443 DEAD.put(ACUTE | 'E', '\u00C9')
    [all...]
  /frameworks/base/include/media/stagefright/
OMXCodec.h 78 DEAD,

Completed in 25 milliseconds