Home
last modified time | relevance | path

Searched refs:getPageAt (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedView.java255 mPageSwitchListener.onPageSwitch(getPageAt(mCurrentPage), mCurrentPage); in setPageSwitchListener()
293 View getPageAt(int index) { in getPageAt() method in PagedView
360 mPageSwitchListener.onPageSwitch(getPageAt(mCurrentPage), mCurrentPage); in notifyPageSwitchListener()
400 getPageAt(i).setOnLongClickListener(l); in setOnLongClickListener()
528 final View child = getPageAt(i); in onMeasure()
600 View page = (View) getPageAt(i); in scrollToNewPageWithoutMovingPages()
618 final View child = getPageAt(i); in setLayoutScale()
629 final View child = getPageAt(i); in setLayoutScale()
660 final View child = getPageAt(i); in onLayout()
751 offset += getScaledMeasuredWidth(getPageAt(i)) + mPageSpacing; in getChildOffset()
[all …]
DAppsCustomizePagedView.java301 PagedViewCellLayout layout = (PagedViewCellLayout) getPageAt(currentPage); in getMiddleComponentIndexOnCurrentPage()
310 PagedViewGridLayout layout = (PagedViewGridLayout) getPageAt(currentPage); in getMiddleComponentIndexOnCurrentPage()
921 View v = getPageAt(i); in clearAllWidgetPages()
939 View v = getPageAt(task.page); in cancelAllTasks()
1023 PagedViewCellLayout layout = (PagedViewCellLayout) getPageAt(page); in syncAppsPageItems()
1185 final PagedViewGridLayout layout = (PagedViewGridLayout) getPageAt(page); in syncWidgetPageItems()
1304 PagedViewGridLayout layout = (PagedViewGridLayout) getPageAt(page); in onSyncWidgetPageItems()
1362 View getPageAt(int index) { in getPageAt() method in AppsCustomizePagedView
1378 View v = getPageAt(i); in screenScrolled()
1478 final View layout = (View) getPageAt(i);
[all …]
DPagedViewWithDraggableItems.java153 final View currentPage = getPageAt(mCurrentPage); in determineDraggingStart()
DWorkspace.java754 ((CellLayout) getPageAt(i)).setShortcutAndWidgetAlpha(1f); in onPageBeginMoving()
1415 final CellLayout layout = (CellLayout) getPageAt(i);
1421 final CellLayout layout = (CellLayout) getPageAt(i);
2452 mDropToLayout = (CellLayout) getPageAt(getNextPage());
DAppsCustomizeTabHost.java231 visiblePages.add(mAppsCustomizePane.getPageAt(i)); in onTabChanged()
DFocusHelper.java122 ViewGroup page = (ViewGroup) ((PagedView) container).getPageAt(index); in getAppsCustomizePage()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java451 mPageSwitchListener.onPageSwitch(getPageAt(mCurrentPage), mCurrentPage); in setPageSwitchListener()
491 View getPageAt(int index) { in getPageAt() method in PagedView
591 mPageSwitchListener.onPageSwitch(getPageAt(getNextPage()), getNextPage()); in notifyPageSwitchListener()
643 getPageAt(i).setOnLongClickListener(l); in setOnLongClickListener()
872 final View child = getPageAt(i); in onMeasure()
967 final View child = getPageAt(i); in onLayout()
993 nextLp = (LayoutParams) getPageAt(next).getLayoutParams(); in onLayout()
1135 int offset = getPageAt(index).getLeft() - getViewportOffsetX(); in getChildOffset()
1158 View currPage = getPageAt(i); in getVisiblePages()
1226 final View v = getPageAt(i); in dispatchDraw()
[all …]
DAppsCustomizePagedView.java282 AppsCustomizeCellLayout layout = (AppsCustomizeCellLayout) getPageAt(currentPage); in getMiddleComponentIndexOnCurrentPage()
291 PagedViewGridLayout layout = (PagedViewGridLayout) getPageAt(currentPage); in getMiddleComponentIndexOnCurrentPage()
852 View v = getPageAt(i); in clearAllWidgetPages()
870 View v = getPageAt(task.page); in cancelAllTasks()
956 AppsCustomizeCellLayout layout = (AppsCustomizeCellLayout) getPageAt(page); in syncAppsPageItems()
1105 final PagedViewGridLayout layout = (PagedViewGridLayout) getPageAt(page); in syncWidgetPageItems()
1248 PagedViewGridLayout layout = (PagedViewGridLayout) getPageAt(page); in onSyncWidgetPageItems()
1315 View getPageAt(int index) { in getPageAt() method in AppsCustomizePagedView
1352 final View layout = (View) getPageAt(i); in enableHwLayersOnVisiblePages()
1360 final View layout = (View) getPageAt(i); in enableHwLayersOnVisiblePages()
DPagedViewWithDraggableItems.java157 final View currentPage = getPageAt(mCurrentPage); in determineDraggingStart()
DFocusHelper.java64 ViewGroup page = (ViewGroup) ((PagedView) container).getPageAt(index); in getAppsCustomizePage()
DLauncher.java3362 final View page = content.getPageAt(content.getCurrentPage()); in showAppsCustomizeHelper()
3599 final View page = content.getPageAt(content.getNextPage()); in hideAppsCustomizeHelper()
DWorkspace.java1935 final CellLayout layout = (CellLayout) getPageAt(i);
3346 mDropToLayout = (CellLayout) getPageAt(getNextPage());