OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLayoutActionBar
(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
...]
SelectionManager.java
836
LayoutActionBar layoutActionBar = editor.getGraphicalEditor().
getLayoutActionBar
();
[
all
...]
GraphicalEditorPart.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java
501
LayoutActionBar bar = mEditor.
getLayoutActionBar
();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java
528
LayoutActionBar bar = g == null ? null : g.
getLayoutActionBar
();
[
all
...]
EclipseLintClient.java
443
delegate.getGraphicalEditor().
getLayoutActionBar
().updateErrorIndicator();
[
all
...]
Completed in 60 milliseconds