Home
last modified time | relevance | path

Searched refs:getLayoutActionBar (Results 1 – 6 of 6) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutCanvas.java434 LayoutActionBar actionBar = getGraphicalEditor().getLayoutActionBar();
476 LayoutActionBar actionBar = getGraphicalEditor().getLayoutActionBar(); in handleKeyPressed()
792 LayoutActionBar actionBar = getGraphicalEditor().getLayoutActionBar(); in ensureZoomed()
DSelectionManager.java836 LayoutActionBar layoutActionBar = editor.getGraphicalEditor().getLayoutActionBar(); in updateActionsFromSelection()
DGraphicalEditorPart.java2897 public LayoutActionBar getLayoutActionBar() { in getLayoutActionBar() method in GraphicalEditorPart
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DLayoutEditorDelegate.java501 LayoutActionBar bar = mEditor.getLayoutActionBar(); in done()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DLintList.java528 LayoutActionBar bar = g == null ? null : g.getLayoutActionBar(); in runInUIThread()
DEclipseLintClient.java510 delegate.getGraphicalEditor().getLayoutActionBar().updateErrorIndicator();