Home
last modified time | relevance | path

Searched refs:rowLayout (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractStyleWizard.java186 RowLayout rowLayout = new RowLayout(SWT.HORIZONTAL); in createControl() local
187 rowLayout.marginTop = 0; in createControl()
188 rowLayout.marginLeft = 0; in createControl()
189 buttonForm.setLayout(rowLayout); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreviewManager.java341 rowLayout(); in layout()
345 rowLayout(); in layout()
355 private void rowLayout() { in rowLayout() method in RenderPreviewManager
553 rowLayout(); in layoutFullFit()