OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConstraintType
(Results
1 - 2
of
2
) sorted by null
/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
...]
/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; };
Completed in 148 milliseconds