Home
last modified time | relevance | path

Searched defs:Key (Results 1 – 15 of 15) 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.java20 public class Key { class
/packages/apps/Test/connectivity/sl4n/rapidjson/example/simplereader/
Dsimplereader.cpp20 bool Key(const char* str, SizeType length, bool copy) { in Key() function
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DArchivesProvider.java310 private static class Key { class in ArchivesProvider
314 public Key(Uri archiveUri, int accessMode) { in Key() method in ArchivesProvider.Key
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dprettywriter.h142 bool Key(const Ch* str) { return Key(str, internal::StrLen(str)); } in Key() function
Dwriter.h176 bool Key(const Ch* str) { return Key(str, internal::StrLen(str)); } in Key() function
Dreader.h196 …bool Key(const Ch* str, SizeType len, bool copy) { return static_cast<Override&>(*this).String(str… in Key() function
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java52 public class Key implements Comparable<Key> { class
214 public Key(@Nullable final String label, final int iconId, final int code, in Key() method in Key
255 public Key(@Nullable final String keySpec, @Nonnull final TypedArray keyAttr, in Key() method in Key
414 protected Key(@Nonnull final Key key) { in Key() method in Key
418 private Key(@Nonnull final Key key, @Nullable final MoreKeySpec[] moreKeys) { in Key() method in Key
/packages/apps/Test/connectivity/sl4n/rapidjson/example/capitalize/
Dcapitalize.cpp34 bool Key(const char* str, SizeType length, bool copy) { return String(str, length, copy); } in Key() function
/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/TvSettings/Settings/src/com/android/tv/settings/form/
DMultiPagedForm.java49 private enum Key { enum in MultiPagedForm
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestEvent.java72 public @interface Key {} annotation in TestEvent
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dvaluetest.cpp1326 bool Key(const char*, SizeType, bool) { return e != 9; } in Key() function
Dreadertest.cpp1141 …bool Key (const Ch*, SizeType, bool) { RAPIDJSON_ASSERT(LogCount < LogCapacity); Logs[LogCount++] … in Key() function
1318 bool Key(const char*, SizeType, bool) { return e != 9; } in Key() function
/packages/apps/MusicFX/src/com/android/musicfx/
DControlPanelEffect.java61 static enum Key { enum in ControlPanelEffect