Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutActionBar.java82 private ToolItem mLintButton; field in LayoutActionBar
555 mLintButton = new ToolItem(toolBar, SWT.PUSH); in createLintControls()
556 mLintButton.setToolTipText("Show Lint Warnings for this Layout"); in createLintControls()
557 mLintButton.setImage(sharedImages.getImage(ISharedImages.IMG_OBJS_WARN_TSK)); in createLintControls()
558 mLintButton.addSelectionListener(new SelectionAdapter() { in createLintControls()
634 mLintButton.setImage(IconFactory.getInstance().getIcon(iconName)); in updateErrorIndicator()