Home
last modified time | relevance | path

Searched defs:page (Results 1 – 25 of 25) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DFolderPagedView.java241 CellLayout page = new CellLayout(getContext()); in createAndAddNewPage() local
289 CellLayout page = (CellLayout) getChildAt(i); in arrangeChildren() local
386 CellLayout page = getPageAt(pageIndex); in findNearestArea() local
436 CellLayout page = getPageAt(k); in iterateOverItems() local
525 CellLayout page = getPageAt(pageNo); in verifyVisibleHighResIcons() local
611 final CellLayout page = getPageAt(p); in realTimeReorder() local
648 CellLayout page = getPageAt(pageToAnimate); in realTimeReorder() local
DSpringLoadedDragController.java54 int page = w.indexOfChild(mScreen); in onAlarm() local
DFocusIndicatorView.java191 PagedView page = (PagedView) parent; in computeLocationRelativeToParentHelper() local
DPagedView.java719 public void addFullScreenPage(View page) { in addFullScreenPage()
1194 int page = indexToPage(indexOfChild(child)); in requestChildRectangleOnScreen() local
1477 protected float getScrollProgress(int screenCenter, View v, int page) { in getScrollProgress()
1593 View page = getPageAt(i); in getNearestHoverOverPageIndex() local
1965 int page = indexToPage(indexOfChild(child)); in requestChildFocus() local
DDragLayer.java897 int page = workspace.getNextPage(); in drawPageHints() local
DLauncherModel.java207 public void onPageBoundSynchronously(int page); in onPageBoundSynchronously()
DWorkspace.java2145 private void updateAccessibilityFlags(CellLayout page, int pageNo) { in updateAccessibilityFlags()
DLauncher.java4147 public void onPageBoundSynchronously(int page) { in onPageBoundSynchronously()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/form/
DFormPageResultListener.java35 void onBundlePageResult(FormPage page, Bundle bundleResults); in onBundlePageResult()
DMultiPagedForm.java91 public void onBundlePageResult(FormPage page, Bundle bundleResults) { in onBundlePageResult()
127 FormPage page = (FormPage) currentLocation; in onActivityResult() local
403 FormPage page = (FormPage) currentLocation; in displayCurrentStep() local
539 private void handleStringPageResult(FormPage page, String stringResults) { in handleStringPageResult()
/packages/apps/Launcher2/src/com/android/launcher2/
DAppsCustomizePagedView.java102 int page; field in AsyncTaskPageData
144 int page; field in AppsCustomizeAsyncTask
402 int page = getPageForComponent(mSaveInstanceStateItemIndex); in onDataReady() local
1017 public void syncAppsPageItems(int page, boolean immediate) { in syncAppsPageItems()
1056 private int getWidgetPageLoadPriority(int page) { in getWidgetPageLoadPriority()
1080 private int getThreadPriorityForPage(int page) { in getThreadPriorityForPage()
1091 private int getSleepForPage(int page) { in getSleepForPage()
1098 private void prepareLoadWidgetPreviewsTask(int page, ArrayList<Object> widgets, in prepareLoadWidgetPreviewsTask()
1166 public void syncWidgetPageItems(final int page, final boolean immediate) { in syncWidgetPageItems()
1303 int page = data.page; in onSyncWidgetPageItems() local
[all …]
DSpringLoadedDragController.java54 int page = w.indexOfChild(mScreen); in onAlarm() local
DPagedView.java600 View page = (View) getPageAt(i); in scrollToNewPageWithoutMovingPages() local
862 int page = indexToPage(indexOfChild(child)); in requestChildRectangleOnScreen() local
1141 protected float getScrollProgress(int screenCenter, View v, int page) { in getScrollProgress()
1442 int page = indexToPage(indexOfChild(child)); in requestChildFocus() local
1675 protected void loadAssociatedPages(int page) { in loadAssociatedPages()
1678 protected void loadAssociatedPages(int page, boolean immediateAndOnly) { in loadAssociatedPages()
1712 protected int getAssociatedLowerPageBound(int page) { in getAssociatedLowerPageBound()
1715 protected int getAssociatedUpperPageBound(int page) { in getAssociatedUpperPageBound()
DWorkspace.java586 final View page = getChildAt(index); in hitsPage() local
956 private void computeWallpaperScrollRatio(int page) { in computeWallpaperScrollRatio()
DFocusHelper.java122 ViewGroup page = (ViewGroup) ((PagedView) container).getPageAt(index); in getAppsCustomizePage() local
DDragLayer.java788 int page = workspace.getNextPage(); in dispatchDraw() local
DLauncherModel.java175 public void onPageBoundSynchronously(int page); in onPageBoundSynchronously()
DLauncher.java3601 public void onPageBoundSynchronously(int page) { in onPageBoundSynchronously()
/packages/apps/DeskClock/src/com/android/deskclock/
DDeskClockFragment.java32 public void onPageChanged(int page) { in onPageChanged()
DDeskClock.java414 public void notifySelectedPage(int page) { in notifySelectedPage()
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerFragment.java336 final int page = mViewPager.getCurrentItem(); in updatePageIndicators() local
361 static int[] computePageIndicatorStates(int page, int pageIndicatorCount, int pageCount) { in computePageIndicatorStates()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java182 public void onPageChanged(int page) { in onPageChanged()
/packages/apps/Settings/src/com/android/settings/widget/
DDotsPageIndicator.java394 private Path getUnselectedPath(int page, in getUnselectedPath()
716 float getDotCenterX(int page) { in getDotCenterX()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DScrollController.java782 final public void startScroll(int dx, int dy, boolean easeFling, int duration, boolean page) { in startScroll()
839 int duration, boolean page) { in startScrollByMain()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java870 final Notification page = MessageNotificationState.buildConversationPageForWearable( in maybeAddWearableConversationLog() local