HomeSort by relevance Sort by last modified time
    Searched refs:ConstraintType (Results 1 - 25 of 32) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DeletionHandler.java 25 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_CENTER_HORIZONTAL;
26 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_CENTER_VERTICAL;
149 ConstraintType type = ConstraintType.fromAttribute(name);
160 private void transfer(INode deleted, INode target, ConstraintType targetType, int depth) {
171 ConstraintType type = ConstraintType.fromAttribute(name);
176 ConstraintType transfer = getCompatibleConstraint(type, targetType);
207 private static ConstraintType getCompatibleConstraint(
208 @NonNull ConstraintType first, @NonNull ConstraintType second)
    [all...]
ConstraintType.java 54 enum ConstraintType {
83 private ConstraintType(String name, SegmentType sourceSegmentTypeX,
134 private static Map<String, ConstraintType> sNameToType;
137 * Returns the {@link ConstraintType} corresponding to the given attribute name, or
141 * @return the corresponding {@link ConstraintType}
144 public static ConstraintType fromAttribute(@NonNull String attribute) {
146 ConstraintType[] types = ConstraintType.values();
147 Map<String, ConstraintType> map = new HashMap<String, ConstraintType>(types.length)
    [all...]
Match.java 26 /** A match is a potential pairing of two segments with a given {@link ConstraintType}. */
38 public final ConstraintType type;
56 ConstraintType type, int delta) {
DependencyGraph.java 95 ConstraintType type = ConstraintType.fromAttribute(name);
286 public final ConstraintType type;
295 Constraint(ConstraintType type, ViewData from, ViewData to) {
ConstraintPainter.java 29 import static com.android.ide.common.layout.relative.ConstraintType.ALIGN_BASELINE;
30 import static com.android.ide.common.layout.relative.ConstraintType.ALIGN_BOTTOM;
31 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_ABOVE;
32 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_BELOW;
33 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_LEFT_OF;
34 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_RIGHT_OF;
70 ConstraintType type = match.type;
183 private static void paintConstraint(IGraphics graphics, ConstraintType type, INode sourceNode,
277 private static boolean paintCornerConstraint(IGraphics graphics, ConstraintType type,
286 ConstraintType opposite1 = null, opposite2 = null
    [all...]
GuidelineHandler.java 52 import static com.android.ide.common.layout.relative.ConstraintType.ALIGN_BASELINE;
466 ConstraintType type = ConstraintType.forMatch(withParent,
616 for (ConstraintType type : ConstraintType.values()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingConstraints.h 37 enum ConstraintType {
57 virtual ConstraintType constraintType() const = 0;
107 virtual ConstraintType constraintType() const OVERRIDE { return FixedPositionConstaint; };
175 virtual ConstraintType constraintType() const OVERRIDE { return StickyPositionConstraint; };
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 99 TargetLowering::ConstraintType
MSP430ISelLowering.cpp 215 TargetLowering::ConstraintType
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 111 ConstraintType getConstraintType(const std::string &Constraint) const;
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 69 ConstraintType getConstraintType(const std::string &Constraint) const;
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 261 ConstraintType getConstraintType(const std::string &Constraint) const;
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 142 virtual TargetLowering::ConstraintType
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 807 ConstraintType = SDTCisVT;
813 ConstraintType = SDTCisPtrTy;
815 ConstraintType = SDTCisInt;
817 ConstraintType = SDTCisFP;
819 ConstraintType = SDTCisVec;
821 ConstraintType = SDTCisSameAs;
824 ConstraintType = SDTCisVTSmallerThanOp;
828 ConstraintType = SDTCisOpSmallerThanOp;
832 ConstraintType = SDTCisEltOfVec;
835 ConstraintType = SDTCisSubVecOfVec
    [all...]
CodeGenDAGPatterns.h 165 } ConstraintType;
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 346 ConstraintType getConstraintType(const std::string &Constraint) const;
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 429 ConstraintType getConstraintType(const std::string &Constraint) const;
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 413 ConstraintType getConstraintType(const std::string &Constraint) const;
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 133 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]);
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 619 ConstraintType getConstraintType(const std::string &Constraint) const;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]

Completed in 2209 milliseconds

1 2