Home
last modified time | relevance | path

Searched defs:Key (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewIconCache.java34 public static class Key { class in PagedViewIconCache
43 public Key(ApplicationInfo info) { in Key() method in PagedViewIconCache.Key
47 public Key(ResolveInfo info) { in Key() method in PagedViewIconCache.Key
53 public Key(AppWidgetProviderInfo info) { in Key() method in PagedViewIconCache.Key
/packages/inputmethods/LatinIME/tools/dicttool/compat/com/android/inputmethod/keyboard/
DKey.java19 public class Key { class
/packages/apps/Launcher3/protos/
Dbackup.proto22 message Key { message
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboard.java222 public static class Key { class in Keyboard
306 public Key(Row parent) { in Key() method in Keyboard.Key
323 public Key(Resources res, Row parent, int x, int y, XmlResourceParser parser) { in Key() method in Keyboard.Key
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java49 public class Key implements Comparable<Key> { class
197 public Key(final String label, final int iconId, final int code, final String outputText, in Key() method in Key
236 public Key(final String keySpec, final TypedArray keyAttr, final KeyStyle style, in Key() method in Key
382 protected Key(final Key key) { in Key() method in Key
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/form/
DMultiPagedForm.java48 private enum Key { enum in MultiPagedForm
/packages/apps/MusicFX/src/com/android/musicfx/
DControlPanelEffect.java61 static enum Key { enum in ControlPanelEffect