Searched refs:LayoutActionBar (Results 1 – 6 of 6) sorted by relevance
72 public class LayoutActionBar extends Composite { class92 public LayoutActionBar(Composite parent, int style, GraphicalEditorPart editor) { in LayoutActionBar() method in LayoutActionBar
434 LayoutActionBar actionBar = getGraphicalEditor().getLayoutActionBar();476 LayoutActionBar actionBar = getGraphicalEditor().getLayoutActionBar(); in handleKeyPressed()792 LayoutActionBar actionBar = getGraphicalEditor().getLayoutActionBar(); in ensureZoomed()
287 private LayoutActionBar mActionBar;422 mActionBar = new LayoutActionBar(layoutBarAndCanvas, SWT.NONE, this); in createPartControl()2897 public LayoutActionBar getLayoutActionBar() { in getLayoutActionBar()
836 LayoutActionBar layoutActionBar = editor.getGraphicalEditor().getLayoutActionBar(); in updateActionsFromSelection()
37 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.LayoutActionBar;501 LayoutActionBar bar = mEditor.getLayoutActionBar(); in done()
23 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.LayoutActionBar;528 LayoutActionBar bar = g == null ? null : g.getLayoutActionBar(); in runInUIThread()