Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DLintViewPart.java208 mFixAction = new LintViewAction("Fix", ACTION_FIX, in createActions()
212 mIgnoreAction = new LintViewAction("Suppress this error with an annotation/attribute", in createActions()
216 mIgnoreFileAction = new LintViewAction("Ignore in this file", ACTION_IGNORE_FILE, in createActions()
219 mIgnoreProjectAction = new LintViewAction("Ignore in this project", ACTION_IGNORE_TYPE, in createActions()
222 mAlwaysIgnoreAction = new LintViewAction("Always Ignore", ACTION_IGNORE_ALL, in createActions()
226 mRemoveAction = new LintViewAction("Remove", ACTION_REMOVE, in createActions()
229 mRemoveAllAction = new LintViewAction("Remove All", ACTION_REMOVE_ALL, in createActions()
232 mRefreshAction = new LintViewAction("Refresh (& Save Files)", ACTION_REFRESH, in createActions()
235 mCollapseAll = new LintViewAction("Collapse All", ACTION_COLLAPSE, in createActions()
239 mExpandAll = new LintViewAction("Expand All", ACTION_EXPAND, in createActions()
[all …]