/frameworks/av/media/libstagefright/ |
D | NuCachedSource2.cpp | 43 void releasePage(Page *page); 45 void appendPage(Page *page); 79 Page *page = *it; in freePages() local 81 free(page->mData); in freePages() 82 delete page; in freePages() 83 page = NULL; in freePages() 92 Page *page = *it; in acquirePage() local 95 return page; in acquirePage() 98 Page *page = new Page; in acquirePage() local 99 page->mData = malloc(mPageSize); in acquirePage() [all …]
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewPager.java | 81 public void transformPage(View page, float position) { in initialize() 92 page.setTranslationX(0); in initialize() 93 page.setAlpha(1.f); in initialize() 94 page.setScaleX(1); in initialize() 95 page.setScaleY(1); in initialize() 97 page.setTranslationX(-position * page.getWidth()); in initialize() 98 page.setAlpha(Math.max(0,1.f - position)); in initialize() 100 page.setScaleX(scale); in initialize() 101 page.setScaleY(scale); in initialize()
|
/frameworks/base/core/jni/android/graphics/pdf/ |
D | PdfEditor.cpp | 182 CPDF_Page* page = (CPDF_Page*) FPDF_LoadPage(document, pageIndex); in nativeSetTransformAndClip() local 183 if (!page) { in nativeSetTransformAndClip() 212 matrix.Set(1, 0, 0, -1, 0, page->GetPageHeight()); in nativeSetTransformAndClip() 220 matrix.Concat(1, 0, 0, -1, 0, page->GetPageHeight()); in nativeSetTransformAndClip() 225 FPDFPage_TransFormWithClip(page, &transform, &clip); in nativeSetTransformAndClip() 227 FPDF_ClosePage(page); in nativeSetTransformAndClip() 234 FPDF_PAGE page = FPDF_LoadPage(document, pageIndex); in nativeGetPageSize() local 235 if (!page) { in nativeGetPageSize() 254 FPDF_ClosePage(page); in nativeGetPageSize() 267 FPDF_PAGE page = FPDF_LoadPage(document, pageIndex); in nativeGetPageBox() local [all …]
|
D | PdfDocument.cpp | 70 PageRecord* page = new PageRecord(width, height, contentRect); in startPage() local 71 mPages.push_back(page); in startPage() 72 mCurrentPage = page; in startPage() 74 SkCanvas* canvas = page->mPictureRecorder->beginRecording( in startPage() 93 PageRecord* page = mPages[i]; in write() local 95 SkCanvas* canvas = document->beginPage(page->mWidth, page->mHeight, in write() 96 &(page->mContentRect)); in write() 98 canvas->drawPicture(page->mPicture); in write()
|
D | PdfRenderer.cpp | 111 FPDF_PAGE page = FPDF_LoadPage(document, pageIndex); in nativeOpenPageAndGetSize() local 113 if (!page) { in nativeOpenPageAndGetSize() 133 return reinterpret_cast<jlong>(page); in nativeOpenPageAndGetSize() 137 FPDF_PAGE page = reinterpret_cast<FPDF_PAGE>(pagePtr); in nativeClosePage() local 138 FPDF_ClosePage(page); in nativeClosePage() 161 static void renderPageBitmap(FPDF_BITMAP bitmap, FPDF_PAGE page, int destLeft, int destTop, in renderPageBitmap() argument 170 CPDF_Page* pPage = (CPDF_Page*) page; in renderPageBitmap() 248 FPDF_PAGE page = reinterpret_cast<FPDF_PAGE>(pagePtr); in nativeRenderPage() local 279 renderPageBitmap(bitmap, page, destLeft, destTop, destRight, in nativeRenderPage()
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | guide.jd | 1 page.title=Find Success on Google Play 2 page.metaDescription=Stay up to date with features, best practices, and strategies to help you grow… 3 page.tags="playbook,play,protips" 4 page.timestamp=1466793455 6 page.image=images/cards/card-secrets-playbook_2x.jpg 14 …apps/details?id=com.google.android.apps.secrets&utm_source=dac&utm_medium=page&utm_campaign=evergr… 40 …apps/details?id=com.google.android.apps.secrets&utm_source=dac&utm_medium=page&utm_campaign=evergr… 42 …etails?id=com.google.android.apps.secrets&hl=id&utm_source=dac&utm_medium=page&utm_campaign=id">Ba… 44 …etails?id=com.google.android.apps.secrets&hl=de&utm_source=dac&utm_medium=page&utm_campaign=de">De… 46 …ls?id=com.google.android.apps.secrets&hl=es-419&utm_source=dac&utm_medium=page&utm_campaign=es-419… [all …]
|
/frameworks/base/docs/html/training/wearables/ui/ |
D | 2d-picker.jd | 1 page.title=Creating a 2D Picker 9 <li><a href="#add-page-grid">Add a Page Grid</a></li> 26 Library lets you easily implement this pattern using a page grid, which is a layout manager 37 <h2 id="add-page-grid">Add a Page Grid</h2> 58 <p>A page adapter provides a set of pages to populate a 83 // A simple container for static data in each page 110 Page page = PAGES[row][col]; 112 page.titleRes != 0 ? mContext.getString(page.titleRes) : null; 114 page.textRes != 0 ? mContext.getString(page.textRes) : null; 115 CardFragment fragment = CardFragment.create(title, text, page.iconRes); [all …]
|
/frameworks/base/docs/html/training/animation/ |
D | screen-slide.jd | 1 page.title=Using ViewPager for Screen Slides 86 …u can then create instances of this fragment in the parent activity whenever you need a new page to 136 If the user is already on the first page, go back on the activity back stack.</li> 210 …ansition, this method is called once for each visible page (generally there's only one visible pag… 211 For example, if page three is visible and the user drags towards page four, 218 position of the page on the screen, which is obtained from the <code>position</code> parameter 221 <p>The <code>position</code> parameter indicates where a given page is located relative to the cent… 222 It is a dynamic property that changes as the user scrolls through the pages. When a page fills the … 223 …page is drawn just off the right side of the screen, its position value is <code>1</code>. If the … 240 <p>See the <a href="#zoom-out">Zoom-out page transformer</a> and <a href="#depth-page">Depth page t… [all …]
|
/frameworks/base/docs/html/distribute/stories/ |
D | apps.jd | 1 page.title=Developer Stories: Apps 3 page.timestamp=1381449601 4 page.image=images/cards/distribute/stories/intuit-mint.png 5 page.metaDescription=How app developers are making use of localization, tablet features. 21 data-items-per-page="15" 32 data-items-per-page="15"
|
D | games.jd | 1 page.title=Developer Stories: Games 3 page.timestamp=1381449601 4 page.image=/images/distribute/glu-ew-gpgames.jpg 5 page.metaDescription=How game studios are using Google Play game services to deliver new gaming exp… 21 data-items-per-page="15" 32 data-items-per-page="15"
|
/frameworks/base/docs/html-intl/intl/ru/guide/components/ |
D | index.jd | 1 page.title=Компоненты приложения 2 page.landing=true 3 page.landing.intro=Платформа приложений системы Android позволяет создавать функциональные и иннова… 4 page.metaDescription=Платформа приложений системы Android позволяет создавать функциональные и инно… 5 page.landing.image=images/develop/app_components.png 6 page.image=images/develop/app_components.png
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/ |
D | index.jd | 1 page.title=应用组件 2 page.landing=true 3 page.landing.intro=利用 Android应用框架,您可以使用一组可重复使用的组件创建丰富的创新应用。此部分阐述您可以如何构建用于定义应用构建基块的组件,以及如何使用 Intent … 4 page.metaDescription=利用 Android应用框架,您可以使用一组可重复使用的组件创建丰富的创新应用。此部分阐述您可以如何构建用于定义应用构建基块的组件,以及如何使用 Inten… 5 page.landing.image=images/develop/app_components.png 6 page.image=images/develop/app_components.png
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/ |
D | index.jd | 1 page.title=應用程式元件 2 page.landing=true 3 page.landing.intro=Android 的應用程式架構可讓您使用一系列可重複使用的元件,建立內容豐富的新穎應用程式。本節說明如何建置元件來定義應用程式的設計模組,以及如何使用意圖連結這… 4 page.metaDescription=Android 的應用程式架構可讓您使用一系列可重複使用的元件,建立內容豐富的新穎應用程式。本節說明如何建置元件來定義應用程式的設計模組,以及如何使用意圖連… 5 page.landing.image=images/develop/app_components.png 6 page.image=images/develop/app_components.png
|
/frameworks/base/docs/html-intl/intl/ja/guide/components/ |
D | index.jd | 1 page.title=アプリ<br>コンポーネント 2 page.landing=true 3 page.landing.intro=Android のアプリケーション フレームワークでは、再利用可能なコンポーネント セットを使用して豊富な内容を備えた斬新なアプリを作成できます。このセクション… 4 page.metaDescription=Android のアプリケーション フレームワークでは、再利用可能なコンポーネント セットを使用して豊富な内容を備えた斬新なアプリを作成できます。このセクシ… 5 page.landing.image=images/develop/app_components.png 6 page.image=images/develop/app_components.png
|
/frameworks/base/docs/html-intl/intl/ko/guide/components/ |
D | index.jd | 1 page.title=앱 구성 요소 2 page.landing=true 3 page.landing.intro=Android의 애플리케이션 프레임워크는 일련의 재사용 가능한 구성 요소를 사용하여 풍성하고 혁신적인 앱을 생성할 수 있습니다. 이 섹션에서는 … 4 page.metaDescription=Android의 애플리케이션 프레임워크는 일련의 재사용 가능한 구성 요소를 사용하여 풍성하고 혁신적인 앱을 생성할 수 있습니다. 이 섹션에서… 5 page.landing.image=images/develop/app_components.png 6 page.image=images/develop/app_components.png
|
/frameworks/base/docs/html/training/printing/ |
D | custom-docs.jd | 1 page.title=Printing Custom Documents 29 <p>For some applications, such as drawing apps, page layout apps and other apps that focus on 32 precise control of everything that goes into a page, including fonts, text flow, page breaks, 37 communicate with the print framework, adjust to printer settings, draw page elements and 87 printers with different output capabilities, different page sizes, or different page orientations. 104 user changes a print setting which impacts the output, such as a different page size, 105 or page orientation, giving your application an opportunity to compute the layout of the 131 number of pages for print job, given information about the printed page size. 146 // Create a new PdfDocument with the requested page attributes 200 // Six items per page in landscape orientation [all …]
|
/frameworks/base/docs/html/design/wear/ |
D | creative-vision.jd | 1 page.title=Creative Vision for Android Wear 5 .page-vision { 10 .page-vision img { 14 .page-vision p { 17 .page-vision h2 { 27 <div class="page-vision"> 33 <div class="page-vision"> 39 <div class="page-vision"> 45 <div class="page-vision">
|
/frameworks/base/docs/html/training/wearables/notifications/ |
D | pages.jd | 1 page.title=Adding Pages to a Notification 2 page.tags=notifications 28 <li>Create the main notification (the first page) with 40 <p>For example, here's some code that adds a second page to a notification:</p> 51 // Create a big text style for the second page 56 // Create second page notification 62 // Extend the notification builder with the second page
|
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/ |
D | RequireScrollHelperTest.java | 74 assertEquals("ScrollView page should be initially 0", 0, mScrollView.page); in testClickScrollButton() 77 assertEquals("ScrollView page should be scrolled by 1", 1, mScrollView.page); in testClickScrollButton() 83 public int page = 0; field in RequireScrollHelperTest.TestBottomScrollView 97 page++; in pageScroll() 99 page--; in pageScroll()
|
/frameworks/base/docs/html/distribute/engage/ |
D | analytics.jd | 1 page.title=Understand User Behavior 2 page.metaDescription=Use Google Analytics to learn what your users like and what keeps them coming … 3 page.tags="analytics, user behavior" 4 page.image=/images/gp-analytics.jpg 20 Start by discovering how many people visit your Google Play listing page, 29 update your landing page and your app. <a href=
|
/frameworks/base/docs/html/guide/topics/security/ |
D | index.jd | 1 page.title=Security 2 page.landing=true 3 page.landing.intro=Configure the security of your application.
|
/frameworks/base/docs/html-intl/intl/ru/distribute/googleplay/ |
D | guide.jd | 1 page.title=Найдите свой путь к успеху в Google Play 2 page.metaDescription=Руководство, которое поможет вам успешно реализовать себя как разработчика при… 4 page.tags="google play", "business", "monetize", "engagement" 5 page.image=distribute/images/play_dev_guide.png
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | index.jd | 1 page.title=Administration 2 page.landing=true 3 page.landing.intro=If you are an enterprise administrator, you can take advantage of APIs and syste… 4 page.landing.image=
|
/frameworks/base/docs/html-intl/intl/ko/distribute/googleplay/ |
D | guide.jd | 1 page.title=Google Play에서 성공 모색 2 page.metaDescription=Google Play에서 앱 또는 게임 비즈니스가 성공할 수 있도록 안내하는 가이드입니다. 4 page.tags="google play", "business", "monetize", "engagement" 5 page.image=distribute/images/play_dev_guide.png
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/ |
D | guide.jd | 1 page.title=在 Google Play 上取得成功 2 page.metaDescription=帮助您的应用或游戏业务在 Google Play 上取得成功的指南。 4 page.tags="google play", "business", "monetize", "engagement" 5 page.image=distribute/images/play_dev_guide.png
|