Searched refs:wrapMap (Results 1 – 6 of 6) sorted by relevance
154 public static Map<String, Wrap> wrapMap = new HashMap<>(); field in State.Wrap157 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()
2928 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
2356 … static java.util.Map<java.lang.String!,androidx.constraintlayout.core.state.State.Wrap!>! wrapMap;
2357 … static java.util.Map<java.lang.String!,androidx.constraintlayout.core.state.State.Wrap!>! wrapMap;
2366 … static java.util.Map<java.lang.String!,androidx.constraintlayout.core.state.State.Wrap!>! wrapMap;
2365 … static java.util.Map<java.lang.String!,androidx.constraintlayout.core.state.State.Wrap!>! wrapMap;