HomeSort by relevance Sort by last modified time
    Searched refs:perspectiveId (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
LogCatView.java 183 String perspectiveId = store.getString(PreferenceInitializer.ATTR_PERSPECTIVE_ID);
184 if (perspectiveId != null
185 && perspectiveId.length() > 0
186 && perspectiveRegistry.findPerspectiveWithId(perspectiveId) != null) {
188 workbench.showPerspective(perspectiveId, window);
OldLogCatView.java 447 String perspectiveId = store.getString(PreferenceInitializer.ATTR_PERSPECTIVE_ID);
448 if (perspectiveId != null
449 && perspectiveId.length() > 0
450 && perspectiveRegistry.findPerspectiveWithId(perspectiveId) != null) {
452 workbench.showPerspective(perspectiveId, window);

Completed in 177 milliseconds