Searched refs:mIgnoreAction (Results 1 – 1 of 1) sorted by relevance
108 private Action mIgnoreAction; field in LintViewPart212 mIgnoreAction = new LintViewAction("Suppress this error with an annotation/attribute", in createActions()262 toolbarManager.add(mIgnoreAction); in initializeToolBar()363 mIgnoreAction.setEnabled(hasSelection && haveFile && isJavaOrXml); in enableActions()