HomeSort by relevance Sort by last modified time
    Searched defs:ConstraintType (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingConstraints.h 38 enum ConstraintType {
57 virtual ConstraintType constraintType() const = 0;
107 virtual ConstraintType constraintType() const OVERRIDE { return FixedPositionConstaint; }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oledb.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmidata.h     [all...]

Completed in 587 milliseconds