OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogCatView
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
Perspective.java
23
import com.android.ide.eclipse.ddms.views.
LogCatView
;
43
folder.addPlaceholder(
LogCatView
.ID + ":*"); //$NON-NLS-1$
44
folder.addView(
LogCatView
.ID);
72
layout.addShowViewShortcut(
LogCatView
.ID);
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
LogCatPreferencePage.java
20
import com.android.ide.eclipse.ddms.views.
LogCatView
;
59
LogCatView
.setFont(new Font(getFieldEditorParent().getDisplay(), fdat));
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
LogCatView.java
69
public final class
LogCatView
extends SelectionDependentViewPart {
72
"com.android.ide.eclipse.ddms.views.
LogCatView
"; // $NON-NLS-1$
88
private static
LogCatView
sThis;
154
public
LogCatView
() {
166
public static
LogCatView
getInstance() {
Completed in 17 milliseconds