Home
last modified time | relevance | path

Searched defs:Key (Results 1 – 4 of 4) 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/java/src/com/android/inputmethod/keyboard/
DKey.java50 public class Key { class
156 public Key(Keyboard.Params params, MoreKeySpec moreKeySpec, int x, int y, int width, int height, in Key() method in Key
165 public Key(Keyboard.Params params, String label, String hintLabel, int iconId, in Key() method in Key
204 public Key(Resources res, Keyboard.Params params, Keyboard.Builder.Row row, in Key() method in Key
/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/apps/MusicFX/src/com/android/musicfx/
DControlPanelEffect.java61 static enum Key { enum in ControlPanelEffect