HomeSort by relevance Sort by last modified time
    Searched refs:LayoutActionBar (Results 1 - 6 of 6) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 434 LayoutActionBar actionBar = getGraphicalEditor().getLayoutActionBar();
476 LayoutActionBar actionBar = getGraphicalEditor().getLayoutActionBar();
792 LayoutActionBar actionBar = getGraphicalEditor().getLayoutActionBar();
    [all...]
LayoutActionBar.java 72 public class LayoutActionBar extends Composite {
86 * Creates a new {@link LayoutActionBar} and adds it to the given parent.
92 public LayoutActionBar(Composite parent, int style, GraphicalEditorPart editor) {
GraphicalEditorPart.java 281 private LayoutActionBar mActionBar;
415 mActionBar = new LayoutActionBar(layoutBarAndCanvas, SWT.NONE, this);
    [all...]
SelectionManager.java 836 LayoutActionBar layoutActionBar = editor.getGraphicalEditor().getLayoutActionBar();
837 layoutActionBar.updateSelection();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java 37 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.LayoutActionBar;
501 LayoutActionBar bar = mEditor.getLayoutActionBar();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java 23 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.LayoutActionBar;
528 LayoutActionBar bar = g == null ? null : g.getLayoutActionBar();
    [all...]

Completed in 335 milliseconds