Searched refs:valueMap (Results 1 – 6 of 6) sorted by relevance
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/ |
| D | State.java | 113 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/ |
| D | api_lint.ignore | 2918 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
|
| D | 1.1.0-beta01.txt | 2299 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;
|
| D | restricted_1.1.0-beta01.txt | 2300 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;
|
| D | restricted_current.txt | 2309 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;
|
| D | current.txt | 2308 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;
|