Home | History | Annotate | Download | only in ui

Lines Matching refs:getComponent

46                 Rect bounds = IndicatorBar.this.getComponent(
67 AbstractIndicator indicator = (AbstractIndicator) getComponent(i);
98 GLView component = getComponent(i);
113 getComponent(0).layout(0, 0, right - left, bottom - top);
124 getComponent(i).layout(xoffset, yoffset, cRight, nextYoffset);
145 setSelectedItem(index == INDEX_NONE ? null :getComponent(index), index);
152 GLView background = getComponent(0);
158 GLView background = getComponent(0);
185 GLView component = getComponent(i);
203 ((AbstractIndicator) getComponent(i)).reloadPreferences();
209 ((AbstractIndicator) getComponent(i)).setOrientation(orientation);