Searched refs:spec (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | AlbumLabelMaker.java | 51 public AlbumLabelMaker(Context context, AlbumSetSlotRenderer.LabelSpec spec) { in AlbumLabelMaker() argument 53 mSpec = spec; in AlbumLabelMaker() 54 mTitlePaint = getTextPaint(spec.titleFontSize, spec.titleColor, false); in AlbumLabelMaker() 55 mCountPaint = getTextPaint(spec.countFontSize, spec.countColor, false); in AlbumLabelMaker()
|
D | SlotView.java | 90 public SlotView(AbstractGalleryActivity activity, Spec spec) { in SlotView() argument 94 setSlotSpec(spec); in SlotView() 143 public void setSlotSpec(Spec spec) { in setSlotSpec() argument 144 mLayout.setSlotSpec(spec); in setSlotSpec() 416 public void setSlotSpec(Spec spec) { in setSlotSpec() argument 417 mSpec = spec; in setSlotSpec()
|
/packages/apps/Gallery2/src/com/android/gallery3d/anim/ |
D | StateTransitionAnimation.java | 107 public StateTransitionAnimation(Spec spec, RawTexture oldScreen) { in StateTransitionAnimation() argument 108 mTransitionSpec = spec != null ? spec : Spec.OUTGOING; in StateTransitionAnimation()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
D | KeySpecParserTests.java | 64 final MoreKeySpec spec = new MoreKeySpec(labelResolved, false /* needsToUpperCase */, in assertParser() local 66 assertEquals(message + " [label]", expectedLabel, spec.mLabel); in assertParser() 67 assertEquals(message + " [ouptputText]", expectedOutputText, spec.mOutputText); in assertParser() 70 KeyboardIconsSet.getIconName(spec.mIconId)); in assertParser() 73 Keyboard.printableCode(spec.mCode)); in assertParser()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | MoreKeysKeyboard.java | 317 for (final MoreKeySpec spec : parentKey.mMoreKeys) { in getMaxKeyWidth() 318 final String label = spec.mLabel; in getMaxKeyWidth()
|
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
D | CredentialHelper.java | 46 import java.security.spec.InvalidKeySpecException; 47 import java.security.spec.PKCS8EncodedKeySpec;
|
/packages/apps/Gallery/src/com/android/camera/ |
D | GridViewSpecial.java | 747 GridViewSpecial.LayoutSpec spec, in ImageBlockManager() argument 754 mSpec = spec; in ImageBlockManager()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | AppsCustomizePagedView.java | 1454 GridLayout.spec(iy, GridLayout.LEFT), in syncWidgetPageItems() 1455 GridLayout.spec(ix, GridLayout.TOP)); in syncWidgetPageItems()
|