Searched refs:spec (Results 1 - 8 of 8) sorted by relevance

/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.java90 public SlotView(AbstractGalleryActivity activity, Spec spec) { argument
94 setSlotSpec(spec);
143 public void setSlotSpec(Spec spec) { argument
144 mLayout.setSlotSpec(spec);
416 public void setSlotSpec(Spec spec) { argument
417 mSpec = spec;
/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/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DKeySpecParserTests.java64 final MoreKeySpec spec = new MoreKeySpec(labelResolved, false /* needsToUpperCase */,
66 assertEquals(message + " [label]", expectedLabel, spec.mLabel);
67 assertEquals(message + " [ouptputText]", expectedOutputText, spec.mOutputText);
70 KeyboardIconsSet.getIconName(spec.mIconId));
73 Keyboard.printableCode(spec.mCode));
250 assertParserError("Empty spec", "", null,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMoreKeysKeyboard.java317 for (final MoreKeySpec spec : parentKey.mMoreKeys) {
318 final String label = spec.mLabel;
/packages/apps/CertInstaller/src/com/android/certinstaller/
H A DCredentialHelper.java46 import java.security.spec.InvalidKeySpecException;
47 import java.security.spec.PKCS8EncodedKeySpec;
/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/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java1454 GridLayout.spec(iy, GridLayout.LEFT),
1455 GridLayout.spec(ix, GridLayout.TOP));

Completed in 1521 milliseconds