Searched defs:spec (Results 1 - 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
H A Darguments_parser.cpp54 const OptionSpec &spec = option.second; local
56 if (spec.needsValue()) {
57 printf(" <%s>", spec.getValueName().c_str());
75 const OptionSpec &spec = option.second; local
77 if (spec.needsValue()) {
78 printf(" <%s>", spec.getValueName().c_str());
80 printf("\t\t\t%s", spec.getDescription().c_str());
81 if (spec.needsValue() && !spec.getDefaultValue().empty()) {
82 printf("\tdefault: %s", spec
[all...]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
H A DActualKeyboardBuilder.java103 public String stringize(final MoreKeySpec spec) { argument
104 if (spec == null) {
107 return toString(spec.mLabel, spec.mIconId, spec.mOutputText, spec.mCode);
/packages/apps/Gallery2/src/com/android/gallery3d/anim/
H A DStateTransitionAnimation.java107 public StateTransitionAnimation(Spec spec, RawTexture oldScreen) { argument
108 mTransitionSpec = spec != null ? spec : Spec.OUTGOING;
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumLabelMaker.java51 public AlbumLabelMaker(Context context, AlbumSetSlotRenderer.LabelSpec spec) { argument
53 mSpec = spec;
54 mTitlePaint = getTextPaint(spec.titleFontSize, spec.titleColor, false);
55 mCountPaint = getTextPaint(spec.countFontSize, spec.countColor, false);
H A DSlotView.java91 public SlotView(AbstractGalleryActivity activity, Spec spec) { argument
95 setSlotSpec(spec);
144 public void setSlotSpec(Spec spec) { argument
145 mLayout.setSlotSpec(spec);
417 public void setSlotSpec(Spec spec) { argument
418 mSpec = spec;
/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java747 GridViewSpecial.LayoutSpec spec,
754 mSpec = spec;
744 ImageBlockManager(Handler handler, Runnable redrawCallback, IImageList imageList, ImageLoader loader, GridViewSpecial.DrawAdapter adapter, GridViewSpecial.LayoutSpec spec, int columns, int blockWidth, Bitmap outline) argument
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 205 milliseconds