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

  /packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
PageIndicator.java 25 void setActiveMarker(int activePage);
PageIndicatorDots.java 218 public void setActiveMarker(int activePage) {
219 if (mActivePage != activePage) {
220 mActivePage = activePage;
WorkspacePageIndicator.java 175 public void setActiveMarker(int activePage) { }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutWindowCoordinator.java 151 IWorkbenchPage activePage = mWindow.getActivePage();
152 if (activePage == null) {
160 IViewReference ref = findPropertySheetView(activePage);
163 if (activePage.isPartVisible(part)) {
167 ref = findOutlineView(activePage);
170 if (activePage.isPartVisible(part)) {
174 if (!syncMaximizedState(activePage)) {
179 static IViewReference findPropertySheetView(IWorkbenchPage activePage) {
180 return activePage.findViewReference(PROPERTY_SHEET_PART_ID);
183 static IViewReference findOutlineView(IWorkbenchPage activePage) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
PersonalWorkSlidingTabStrip.java 157 public void setActiveMarker(int activePage) {
158 updateTabTextColor(activePage);
159 if (mContainerView != null && mLastActivePage != activePage) {
160 mContainerView.onTabChanged(activePage);
162 mLastActivePage = activePage;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 340 IWorkbenchPage activePage = window.getActivePage();
341 if (activePage != null) {
342 return activePage.getActivePart();
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 5831 milliseconds