Searched refs:mClearAction (Results 1 - 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
H A DOldLogCatView.java105 private Action mClearAction; field in class:OldLogCatView
258 mClearAction = new Action(Messages.LogCatView_Clear_Log) {
264 mClearAction.setImageDescriptor(loader.loadDescriptor("clear.png")); //$NON-NLS-1$
332 menuManager.add(mClearAction);
346 toolBarManager.add(mClearAction);
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
H A DEventLogPanel.java103 private ICommonAction mClearAction; field in class:EventLogPanel
137 mClearAction = clearAction;
138 mClearAction.setRunnable(new Runnable() {
195 mClearAction.setEnabled(false);
608 mClearAction.setEnabled(false);
883 mClearAction.setEnabled(true);
/sdk/ddms/app/src/com/android/ddms/
H A DUIThread.java251 private ToolItemAction mClearAction; field in class:UIThread
1343 mClearAction = new ToolItemAction(toolBar, SWT.PUSH);
1344 mClearAction.item.setToolTipText("Clear Log");
1346 mClearAction.item.setImage(mDdmUiLibLoader.loadImage(mDisplay,
1349 mClearAction.item.addSelectionListener(new SelectionAdapter() {

Completed in 69 milliseconds