Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
DSourceRevealer.java165 public static void switchToPerspective(String perspectiveId) { in switchToPerspective() argument
169 if (perspectiveId != null in switchToPerspective()
170 && perspectiveId.length() > 0 in switchToPerspective()
171 && perspectiveRegistry.findPerspectiveWithId(perspectiveId) != null) { in switchToPerspective()
173 workbench.showPerspective(perspectiveId, window); in switchToPerspective()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DLogCatView.java105 String perspectiveId = null; in onDoubleClick() local
107 perspectiveId = store.getString(PreferenceInitializer.ATTR_PERSPECTIVE_ID); in onDoubleClick()
114 JavaSourceRevealer.revealMethod(methodName, fileName, lineNumber, perspectiveId); in onDoubleClick()
DOldLogCatView.java369 String perspectiveId = store.getString(PreferenceInitializer.ATTR_PERSPECTIVE_ID); in switchPerspective() local
370 if (perspectiveId != null in switchPerspective()
371 && perspectiveId.length() > 0 in switchPerspective()
372 && perspectiveRegistry.findPerspectiveWithId(perspectiveId) != null) { in switchPerspective()
374 workbench.showPerspective(perspectiveId, window); in switchPerspective()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DSourceRevealer.java451 private static void switchToPerspective(String perspectiveId) { in switchToPerspective() argument
455 if (perspectiveId != null in switchToPerspective()
456 && perspectiveId.length() > 0 in switchToPerspective()
457 && perspectiveRegistry.findPerspectiveWithId(perspectiveId) != null) { in switchToPerspective()
459 workbench.showPerspective(perspectiveId, window); in switchToPerspective()