Searched refs:mComponents (Results 1 – 4 of 4) sorted by relevance
28 public Map<Class<?>, Object> mComponents; field in SystemUI43 return (T) (mComponents != null ? mComponents.get(interfaceType) : null); in getComponent()47 if (mComponents != null) { in putComponent()48 mComponents.put(interfaceType, component); in putComponent()
58 private final Map<Class<?>, Object> mComponents = new HashMap<Class<?>, Object>(); field in SystemUIApplication122 mServices[i].mComponents = mComponents; in startServicesIfNeeded()145 return (T) mComponents.get(interfaceType); in getComponent()
105 mStatusBar.mComponents = mComponents; in createStatusBarFromConfig()
84 private int mComponents; field in ImageShader.VertexAttribute100 mComponents = components; in set()116 mComponents = components; in set()124 switch (mComponents) { in push()148 mComponents, in push()156 mComponents, in push()