Home
last modified time | relevance | path

Searched refs:page (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
DEventLogTags.logtags10 # This event is logged after a page has finished loading. It is sending back the page url,
11 # and how long it took to load the page. Could maybe also tell the kind of connection (2g, 3g, WiFi…
14 …is event is logged when the user navigates to a new page, sending the time spent on the current pa…
/packages/apps/Browser/tests/src/com/android/browser/
DPopularUrlsTest.java318 private int page; field in PopularUrlsTest.RunStatus
330 page = 0; in RunStatus()
342 page = Integer.parseInt(line); in RunStatus()
377 output.write(page + newLine); in write()
395 page = 0; in resetPage()
399 ++page; in incrementPage()
408 return page; in getPage()
443 String page; in loopUrls() local
444 while (null != (page = input.readLine())) { in loopUrls()
445 if (!TextUtils.isEmpty(page)) { in loopUrls()
[all …]
/packages/apps/Launcher2/src/com/android/launcher2/
DAppsCustomizePagedView.java83 page = p; in AsyncTaskPageData()
93 page = p; in AsyncTaskPageData()
121 int page; field in AsyncTaskPageData
137 page = p; in AppsCustomizeAsyncTask()
163 int page; field in AppsCustomizeAsyncTask
391 int page = getPageForComponent(mSaveInstanceStateItemIndex); in onDataReady() local
392 invalidatePageData(Math.max(0, page)); in onDataReady()
697 public void syncAppsPageItems(int page, boolean immediate) { in syncAppsPageItems() argument
700 int startIndex = page * numCells; in syncAppsPageItems()
702 PagedViewCellLayout layout = (PagedViewCellLayout) getPageAt(page); in syncAppsPageItems()
[all …]
DSpringLoadedDragController.java54 int page = w.indexOfChild(mScreen); in onAlarm() local
55 if (page != w.getCurrentPage()) { in onAlarm()
56 w.snapToPage(page); in onAlarm()
DPagedView.java510 View page = (View) getPageAt(i); in scrollToNewPageWithoutMovingPages() local
511 page.setX(page.getX() + delta); in scrollToNewPageWithoutMovingPages()
721 int page = indexToPage(indexOfChild(child)); in requestChildRectangleOnScreen() local
722 if (page != mCurrentPage || !mScroller.isFinished()) { in requestChildRectangleOnScreen()
723 snapToPage(page); in requestChildRectangleOnScreen()
1002 protected float getScrollProgress(int screenCenter, View v, int page) { in getScrollProgress() argument
1006 int delta = screenCenter - (getChildOffset(page) - in getScrollProgress()
1007 getRelativeChildOffset(page) + halfScreenSize); in getScrollProgress()
1294 int page = indexToPage(indexOfChild(child)); in requestChildFocus() local
1295 if (page >= 0 && page != getCurrentPage() && !isInTouchMode()) { in requestChildFocus()
[all …]
DFocusHelper.java131 ViewGroup page = (ViewGroup) ((PagedView) container).getPageAt(index); in getAppsCustomizePage() local
132 if (page instanceof PagedViewCellLayout) { in getAppsCustomizePage()
134 page = (ViewGroup) page.getChildAt(0); in getAppsCustomizePage()
136 return page; in getAppsCustomizePage()
DWorkspace.java523 final View page = getChildAt(index); in hitsPage() local
524 if (page != null) { in hitsPage()
526 mapPointFromSelfToChild(page, localXY); in hitsPage()
527 return (localXY[0] >= 0 && localXY[0] < page.getWidth() in hitsPage()
528 && localXY[1] >= 0 && localXY[1] < page.getHeight()); in hitsPage()
864 private void computeWallpaperScrollRatio(int page) { in computeWallpaperScrollRatio() argument
869 int scaled = getChildOffset(page) - getRelativeChildOffset(page); in computeWallpaperScrollRatio()
871 float unscaled = getChildOffset(page) - getRelativeChildOffset(page); in computeWallpaperScrollRatio()
3142 final int page = mCurrentPage + (direction == DragController.SCROLL_LEFT ? -1 : 1);
3143 final CellLayout layout = (CellLayout) getChildAt(page);
[all …]
/packages/apps/Exchange/src/com/android/exchange/adapter/
DParser.java93 public int page; field in Parser
156 String[] page = pages[i];
157 if (page.length > 0) {
158 tagTables[i] = page;
307 tag = page | startTag; in nextTag()
400 page = id >> Tags.PAGE_SHIFT; in pushTag()
401 tagTable = tagTables[page]; in pushTag()
456 page = pg << Tags.PAGE_SHIFT; in getNext()
458 log("Page: " + page); in getNext()
DSerializer.java109 int page = mPendingTag >> Tags.PAGE_SHIFT; in checkPendingTag() local
111 if (page != mTagPage) { in checkPendingTag()
112 mTagPage = page; in checkPendingTag()
114 mOutput.write(page); in checkPendingTag()
119 String name = Tags.pages[page][tag - 5]; in checkPendingTag()
/packages/apps/Exchange/tests/src/com/android/exchange/
DTagsTests.java33 for (String[] page: allTags) { in disable_testNoDuplicates()
34 for (String tag: page) { in disable_testNoDuplicates()
/packages/apps/Calculator/src/com/android/calculator2/
DCalculator.java307 final View page = position == 0 ? mSimplePage : mAdvancedPage; in instantiateItem() local
308 ((ViewGroup) container).addView(page); in instantiateItem()
309 return page; in instantiateItem()
/packages/apps/Camera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile175 # a new page for each member. If set to NO, the documentation of a member will
496 # Set the SHOW_FILES tag to NO to disable the generation of the Files page.
503 # Namespaces page. This will remove the Namespaces entry from the Quick Index
815 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank
821 # each generated HTML page. If it is left blank doxygen will generate a
827 # each generated HTML page. If it is left blank doxygen will generate a
833 # style sheet that is used by each HTML page. It can be used to
849 # page has loaded. For this to work a browser that supports
975 # top of each HTML page. The value NO (the default) enables the index and
1075 # contain links (just like the HTML output) instead of page references
[all …]
/packages/apps/Camera/jni/feature_stab/doc/
Ddbreg_API_doxyfile175 # a new page for each member. If set to NO, the documentation of a member will
496 # Set the SHOW_FILES tag to NO to disable the generation of the Files page.
503 # Namespaces page. This will remove the Namespaces entry from the Quick Index
815 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank
821 # each generated HTML page. If it is left blank doxygen will generate a
827 # each generated HTML page. If it is left blank doxygen will generate a
833 # style sheet that is used by each HTML page. It can be used to
849 # page has loaded. For this to work a browser that supports
975 # top of each HTML page. The value NO (the default) enables the index and
1075 # contain links (just like the HTML output) instead of page references
[all …]
/packages/inputmethods/OpenWnn/
DNOTICE57 …or class name and description of purpose be included on the same "printed page" as the copyright n…