Home
last modified time | relevance | path

Searched refs:valueMap (Results 1 – 6 of 6) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DState.java113 public static Map<String, Integer> valueMap = new HashMap<>(); field in State.Chain
119 valueMap.put("packed", CHAIN_PACKED);
120 valueMap.put("spread_inside", CHAIN_SPREAD_INSIDE);
121 valueMap.put("spread", CHAIN_SPREAD);
130 if (valueMap.containsKey(str)) { in getValueByString()
131 return valueMap.get(str); in getValueByString()
155 public static Map<String, Integer> valueMap = new HashMap<>(); field in State.Wrap
161 valueMap.put("none", 0);
162 valueMap.put("chain", 3); // Corresponds to CHAIN_NEW
163 valueMap.put("aligned", 2);
[all …]
/constraintlayout/constraintlayout-core/api/
Dapi_lint.ignore2918 MissingNullability: androidx.constraintlayout.core.state.State.Chain#valueMap:
2919 …Missing nullability on field `valueMap` in class `class androidx.constraintlayout.core.state.State…
2926 MissingNullability: androidx.constraintlayout.core.state.State.Wrap#valueMap:
2927 …Missing nullability on field `valueMap` in class `class androidx.constraintlayout.core.state.State…
4034 MutableBareField: androidx.constraintlayout.core.state.State.Chain#valueMap:
4035 Bare field valueMap must be marked final, or moved behind accessors if mutable
4036 MutableBareField: androidx.constraintlayout.core.state.State.Wrap#valueMap:
4037 Bare field valueMap must be marked final, or moved behind accessors if mutable
D1.1.0-beta01.txt2299 field public static java.util.Map<java.lang.String!,java.lang.Integer!>! valueMap;
2355 field public static java.util.Map<java.lang.String!,java.lang.Integer!>! valueMap;
Drestricted_1.1.0-beta01.txt2300 field public static java.util.Map<java.lang.String!,java.lang.Integer!>! valueMap;
2356 field public static java.util.Map<java.lang.String!,java.lang.Integer!>! valueMap;
Drestricted_current.txt2309 field public static java.util.Map<java.lang.String!,java.lang.Integer!>! valueMap;
2365 field public static java.util.Map<java.lang.String!,java.lang.Integer!>! valueMap;
Dcurrent.txt2308 field public static java.util.Map<java.lang.String!,java.lang.Integer!>! valueMap;
2364 field public static java.util.Map<java.lang.String!,java.lang.Integer!>! valueMap;