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

/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/
H A DTvSettingsRobolectricTestRunner.java73 private static ResourcePath resourcePath(@NonNull String spec) { argument
75 return new ResourcePath(null, Fs.fromURL(new URL(spec)), null);
/packages/services/Car/tests/robotests/src/com/android/car/
H A DCarServiceRobolectricTestRunner.java63 private static ResourcePath resourcePath(@NonNull String spec) { argument
65 return new ResourcePath(null, Fs.fromURL(new URL(spec)), null);
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DCalculatorScrollView.java43 private static int getChildMeasureSpecCompat(int spec, int padding, int childDimension) { argument
44 if (MeasureSpec.getMode(spec) == UNSPECIFIED
46 final int size = Math.max(0, MeasureSpec.getSize(spec) - padding);
49 return ViewGroup.getChildMeasureSpec(spec, padding, childDimension);
/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/Car/Radio/libs/android-arch/room/
H A Dcompiler-1.1.0-beta3.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/arch/ android/arch/persistence/ android/arch/persistence/room/ ...
/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 308 milliseconds