Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DPerspective.java22 import com.android.ide.eclipse.ddms.views.EmulatorControlView;
57 folder.addPlaceholder(EmulatorControlView.ID + ":*"); //$NON-NLS-1$ in createInitialLayout()
58 folder.addView(EmulatorControlView.ID); in createInitialLayout()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DEmulatorControlView.java23 public class EmulatorControlView extends SelectionDependentViewPart { class