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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSlotView.java136 public void setSlotSpec(Spec spec) {
398 // This Spec class is used to specify the size of each slot in the SlotView.
409 public static class Spec { class in class:SlotView
417 static Spec newWithSize(int width, int height) {
418 Spec s = new Spec();
424 static Spec newWithRows(int rowsLand, int rowsPort, int slotGap) {
425 Spec s = new Spec();
443 private Spec mSpe
[all...]

Completed in 19 milliseconds