HomeSort by relevance Sort by last modified time
    Searched refs:LayoutSpec (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 79 static class LayoutSpec {
80 LayoutSpec(int w, int h, int intercellSpacing, int leftEdgePadding,
92 private LayoutSpec [] mCellSizeChoices;
98 mCellSizeChoices = new LayoutSpec[] {
99 new LayoutSpec(67, 67, 8, 0, metrics),
100 new LayoutSpec(92, 92, 8, 0, metrics),
122 private LayoutSpec mSpec;
731 private final GridViewSpecial.LayoutSpec mSpec;
747 GridViewSpecial.LayoutSpec spec,
    [all...]
  /frameworks/base/core/java/android/print/
PrintManager.java 466 private LayoutSpec mLastLayoutSpec;
532 mLastLayoutSpec = new LayoutSpec();
730 private class LayoutSpec {
774 final LayoutSpec layoutSpec;
778 layoutSpec = mLastLayoutSpec;
784 if (layoutSpec != null && adapter != null) {
788 adapter.onLayout(layoutSpec.oldAttributes,
789 layoutSpec.newAttributes, cancellation,
790 new MyLayoutResultCallback(layoutSpec.callback
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 137 IdentifyRegister(unsigned &RegNum, SMLoc &RegEndLoc, StringRef &LayoutSpec,
    [all...]

Completed in 38 milliseconds