Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutWindowCoordinator.java151 IWorkbenchPage activePage = mWindow.getActivePage(); in initialize() local
152 if (activePage == null) { in initialize()
160 IViewReference ref = findPropertySheetView(activePage); in initialize()
163 if (activePage.isPartVisible(part)) { in initialize()
167 ref = findOutlineView(activePage); in initialize()
170 if (activePage.isPartVisible(part)) { in initialize()
174 if (!syncMaximizedState(activePage)) { in initialize()
179 static IViewReference findPropertySheetView(IWorkbenchPage activePage) { in findPropertySheetView() argument
180 return activePage.findViewReference(PROPERTY_SHEET_PART_ID); in findPropertySheetView()
183 static IViewReference findOutlineView(IWorkbenchPage activePage) { in findOutlineView() argument
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtUtils.java340 IWorkbenchPage activePage = window.getActivePage(); in getActivePart() local
341 if (activePage != null) { in getActivePart()
342 return activePage.getActivePart(); in getActivePart()