Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DState.java154 public static Map<String, Wrap> wrapMap = new HashMap<>(); field in State.Wrap
157 wrapMap.put("none", NONE);
158 wrapMap.put("chain", CHAIN);
159 wrapMap.put("aligned", ALIGNED);
184 if (wrapMap.containsKey(str)) { in getChainByString()
185 return wrapMap.get(str); in getChainByString()
/constraintlayout/constraintlayout-core/api/
Dapi_lint.ignore2928 MissingNullability: androidx.constraintlayout.core.state.State.Wrap#wrapMap:
2929 …Missing nullability on field `wrapMap` in class `class androidx.constraintlayout.core.state.State.…
4038 MutableBareField: androidx.constraintlayout.core.state.State.Wrap#wrapMap:
4039 Bare field wrapMap must be marked final, or moved behind accessors if mutable
D1.1.0-beta01.txt2356 … static java.util.Map<java.lang.String!,androidx.constraintlayout.core.state.State.Wrap!>! wrapMap;
Drestricted_1.1.0-beta01.txt2357 … static java.util.Map<java.lang.String!,androidx.constraintlayout.core.state.State.Wrap!>! wrapMap;
Drestricted_current.txt2366 … static java.util.Map<java.lang.String!,androidx.constraintlayout.core.state.State.Wrap!>! wrapMap;
Dcurrent.txt2365 … static java.util.Map<java.lang.String!,androidx.constraintlayout.core.state.State.Wrap!>! wrapMap;