Searched refs:layoutView (Results 1 – 7 of 7) sorted by relevance
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
| D | ResizeState.java | 84 public Object layoutView; field in ResizeState 94 ResizeState(BaseLayoutRule rule, INode layout, Object layoutView, INode node) { in ResizeState() argument 99 this.layoutView = layoutView; in ResizeState()
|
| D | LinearLayoutRule.java | 768 private LinearResizeState(BaseLayoutRule rule, INode layout, Object layoutView, 770 super(rule, layout, layoutView, node); 848 protected ResizeState createResizeState(INode layout, Object layoutView, INode node) { 849 return new LinearResizeState(this, layout, layoutView, node);
|
| D | BaseLayoutRule.java | 628 protected ResizeState createResizeState(INode layout, Object layoutView, INode node) { in createResizeState() argument 629 return new ResizeState(this, layout, layoutView, node); in createResizeState()
|
| D | GridLayoutRule.java | 400 grid = new GridModel(mRulesEngine, resizeState.layout, resizeState.layoutView); in getGrid()
|
| /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
| D | Workspace.java | 138 private LayoutRenderer layoutView; field in Workspace 762 JScrollPane p = new JScrollPane(layoutView = new LayoutRenderer(scene, sceneView)); in buildExtrasPanel() 783 layoutView.setBackground(Color.WHITE); in buildLayoutViewControlButtons() 784 layoutView.setForeground(Color.BLACK); in buildLayoutViewControlButtons() 796 layoutView.setBackground(Color.BLACK); in buildLayoutViewControlButtons() 797 layoutView.setForeground(Color.WHITE); in buildLayoutViewControlButtons() 809 layoutView.setShowExtras(((JCheckBox) e.getSource()).isSelected()); in buildLayoutViewControlButtons() 819 layoutView.repaint(); in showCaptureWindow() 1386 layoutView.repaint(); in focusChanged()
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
| D | GridLayoutConverter.java | 131 CanvasViewInfo layoutView = findViewForElement(mRootView, mLayout); in convertToGridLayout() local 132 if (layoutView == null || layoutView.getChildren().size() == 0) { in convertToGridLayout() 138 GridModel gridModel = new GridModel(layoutView, mLayout, mFlatten); in convertToGridLayout()
|
| D | RelativeLayoutConversionHelper.java | 129 CanvasViewInfo layoutView = findViewForElement(mRootView, mLayout); in convertToRelative() local 130 if (layoutView == null || layoutView.getChildren().size() == 0) { in convertToRelative() 136 List<View> views = analyzeLayout(layoutView); in convertToRelative() 151 private List<View> analyzeLayout(CanvasViewInfo layoutView) { in analyzeLayout() argument 152 EdgeList edgeList = new EdgeList(layoutView); in analyzeLayout()
|