Lines Matching refs:components
78 final ArrayList<Component> components = mComponents;
79 synchronized (components) {
80 int lastIndex = components.size() - 1;
84 Component retVal = components.get(lastIndex);
90 final ArrayList<Component> components = mComponents;
91 synchronized (components) {
92 int lastIndex = components.size() - 1;
96 Component retVal = components.get(lastIndex);
97 components.remove(lastIndex);
195 // Draw components.