Home
last modified time | relevance | path

Searched refs:accent (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/
Dmaterial-theme.scss29 $light-accent: mat.define-palette(mat.$grey-palette, 700);
30 $dark-accent: mat.define-palette(mat.$grey-palette, 500);
36 accent: $light-accent,
46 accent: $dark-accent,
101 --icon-accent-color: #d9d9d9;
126 --icon-accent-color: #969696;
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DSoftKeyboard.java379 char accent = mComposing.charAt(mComposing.length() -1 ); in translateKeyDown() local
380 int composed = KeyEvent.getDeadChar(accent, c); in translateKeyDown()