Searched refs:mComponents (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLView.java64 private ArrayList<GLView> mComponents; field in class:GLView
128 return mComponents == null ? 0 : mComponents.size();
133 if (mComponents == null) {
136 return mComponents.get(index);
145 if (mComponents == null) {
146 mComponents = new ArrayList<GLView>();
148 mComponents.add(component);
159 if (mComponents == null) return false;
160 if (mComponents
[all...]
/packages/apps/Nfc/src/com/android/nfc/
H A DRegisteredComponentCache.java54 private ArrayList<ComponentInfo> mComponents; field in class:RegisteredComponentCache
115 // It's safe to return a reference here since mComponents is always replaced and
117 return mComponents;
174 mComponents = components;

Completed in 187 milliseconds