/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | RemotePrintDocument.java | 96 if (mUpdateSpec.pages != null && (mDocumentInfo.changed 101 mUpdateSpec.pages, mDocumentInfo.info.getPageCount())))) { 104 mDocumentInfo.info.getPageCount(), mUpdateSpec.pages, 107 if (mUpdateSpec.pages != null) { 110 mUpdateSpec.pages, mDocumentInfo.writtenPages, 198 public boolean update(PrintAttributes attributes, PageRange[] pages, boolean preview) { in update() argument 235 && pages != null && !PageRangeUtils.contains(mUpdateSpec.pages, pages, in update() 247 mDocumentInfo, mDocumentInfo.info.getPageCount(), pages, in update() 260 mUpdateSpec.update(attributes, preview, pages); in update() 493 PageRange[] pages; field in RemotePrintDocument.UpdateSpec [all …]
|
/frameworks/base/docs/html/training/wearables/notifications/ |
D | pages.jd | 19 add one or more pages to the notification on the wearable. The additional pages 26 <p>To create a notification with multiple pages:</p> 31 <li>Create the additional pages for the wearable with 33 <li>Apply the pages to the main notification with the 35 method or add multiple pages in a {@link java.util.Collection} with the
|
D | index.jd | 47 …<dt><a href="{@docRoot}training/wearables/notifications/pages.html">Adding Pages to a Notification… 48 <dd>Learn how to add additional pages of information that are visible when the user
|
/frameworks/base/docs/html/guide/webapps/ |
D | index.jd | 19 allow you to specify viewport and style properties that make your web pages appear at the proper 22 <p>Figure 1 illustrates how you can provide access to your web pages from either 24 app simply as a means to view your web site. Rather, the web pages you embed in your 26 interface between your Android application and your web pages that allows JavaScript in the web 27 pages to call upon APIs in your Android application—providing Android APIs to your web-based 30 <p>To start developing web pages for Android-powered devices, see the following documents:</p> 42 <dd>How to embed web pages into your Android application using {@link
|
/frameworks/base/docs/html/training/wearables/ui/ |
D | 2d-picker.jd | 25 Wear allows users to navigate and choose from a set of items shown as pages. The Wearable UI 27 that allows users to scroll vertically and horizontally through pages of data.</p> 31 element to the layout of your activity and implement an adapter that provides a set of pages by 58 <p>A page adapter provides a set of pages to populate a 92 // Create a static set of pages in a 2D array 160 // Obtain the number of pages (vertical) 166 // Obtain the number of pages (horizontal) 173 <p>The adapter implementation details depend on your particular set of pages. Each page provided 179 pages in the same 2D picker, such as cards, action icons, and custom layouts depending on your use 188 <p>Not all rows need to have the same number of pages. Notice that in this example the number of [all …]
|
/frameworks/base/docs/html/training/animation/ |
D | screen-slide.jd | 109 …through pages, and they display screen slide animations by default, so you don't need to create an… 110 {@link android.support.v4.view.PagerAdapter}s as a supply for new pages to display, so the {@link a… 132 …instances of <code>ScreenSlidePageFragment</code> as new pages. The pager adapter also requires th… 133 …iew.PagerAdapter#getCount getCount()} method, which returns the amount of pages the adapter will c… 145 * The number of pages (wizard steps) to show in this demo. 156 * The pager adapter, which provides the pages to the view pager widget. 210 …h visible page (generally there's only one visible page) and for adjacent pages just off the scree… 213 for pages two, three, and four at each step of the gesture.</p> 217 …you can then create custom slide animations by determining which pages need to be transformed base… 222 It is a dynamic property that changes as the user scrolls through the pages. When a page fills the … [all …]
|
/frameworks/base/core/java/android/print/ |
D | PrintDocumentAdapter.java | 241 public abstract void onWrite(PageRange[] pages, ParcelFileDescriptor destination, in onWrite() argument 273 public void onWriteFinished(PageRange[] pages) { in onWriteFinished() argument
|
D | PrintManager.java | 856 public void write(PageRange[] pages, ParcelFileDescriptor fd, in write() argument 879 args.arg2 = pages; in write() 1041 PageRange[] pages = (PageRange[]) args.arg2; in handleMessage() local 1050 builder.append("\n pages:").append(Arrays.toString(pages)); in handleMessage() 1055 adapter.onWrite(pages, fd, cancellation, callback); in handleMessage() 1205 public void onWriteFinished(PageRange[] pages) { in onWriteFinished() argument 1220 if (pages == null) { in onWriteFinished() 1223 if (pages.length == 0) { in onWriteFinished() 1228 callback.onWriteFinished(pages, mSequence); in onWriteFinished()
|
D | IWriteResultCallback.aidl | 29 void onWriteFinished(in PageRange[] pages, int sequence); in onWriteFinished() argument
|
D | IPrintDocumentAdapter.aidl | 37 void write(in PageRange[] pages, in ParcelFileDescriptor fd, in write() argument
|
/frameworks/base/docs/html/training/printing/ |
D | custom-docs.jd | 30 graphic output, creating beautiful printed pages is a key feature. In this case, it is not enough 38 manage printing on multiple pages.</p> 106 pages to be printed. At the minimum, this method must return how many pages are expected 109 pages into a file to be printed. This method may be called one or more times after each 131 number of pages for print job, given information about the printed page size. 134 print job in a {@link android.print.PrintDocumentInfo} class, including the number of pages and 155 // Compute the expected number of printed pages 156 int pages = computePageCount(newAttributes); 158 if (pages > 0) { 163 .setPageCount(pages); [all …]
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | lateral.jd | 84 number of pages.</dd> 87 for which the number of pages is undetermined. It destroys 88 fragments as the user navigates to other pages, minimizing memory usage.</dd> 164 sections show how you can add tabs to help facilitate navigation between pages.</p> 217 section shows how to switch between pages when the user selects a tab and also update the selected 218 tab when the user swipes between pages.</p> 223 <p>To switch between pages in a {@link android.support.v4.view.ViewPager} when the user selects 245 <p>Likewise, you should select the corresponding tab when the user swipes between pages with a 260 // When swiping between pages, select the 280 {@link android.support.v4.view.PagerTitleStrip} inside it. Individual pages (provided by the
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/ |
D | IPdfEditor.aidl | 28 void removePages(in PageRange[] pages); in removePages() argument
|
/frameworks/base/docs/html/topic/performance/ |
D | memory-overview.jd | 34 new objects or touching mmapped pages—remains resident in RAM and 121 Android tries to share RAM pages across processes. It 133 This approach allows most of the RAM pages allocated for 186 which accounts for both dirty and clean pages 204 walks the heap and finds unused pages, then returns 205 those pages to the kernel using madvise. So, paired
|
/frameworks/base/tools/preload/loadclass/ |
D | LoadClass.java | 61 int[] pages = new int[6]; in main() local
|
/frameworks/base/docs/html/training/wearables/apps/ |
D | layouts.jd | 155 horizontally through pages of data. You supply an implementation of a 157 instance to generate the pages that the view shows. 162 <dd>An adapter that supplies pages to a 178 implementation that identifies the current page in relation to all available pages on the current
|
/frameworks/base/docs/html/training/app-indexing/ |
D | enabling-app-indexing.jd | 32 page in your site, in the same way as you would for web pages.</p> 48 or web pages.</p> 73 pages. You can do this in the {@code <head>} section for each web
|
D | index.jd | 45 content alongside links to your web pages in users' search results. Users on 56 <li>Annotate these links in the associated web pages on your web site or in a
|
/frameworks/base/docs/html/distribute/users/ |
D | your-listing.jd | 25 apps or brand on Google Play search results and your product details pages. 26 These graphic assets are key parts of successful product details pages that 121 When a user visits your product display pages, Google Play will show the
|
/frameworks/base/docs/html-intl/intl/ko/distribute/googleplay/ |
D | about.jd | 19 <li><a href="#product-detail-pages">스토어 목록 페이지</a></li> 313 <h2 id="product-detail-pages">
|
/frameworks/base/docs/html-intl/intl/zh-tw/distribute/googleplay/ |
D | about.jd | 19 <li><a href="#product-detail-pages">市集清單頁面</a></li> 251 <h2 id="product-detail-pages">
|
/frameworks/base/docs/html-intl/intl/ru/distribute/googleplay/ |
D | about.jd | 19 <li><a href="#product-detail-pages">Страницы приложений в каталоге магазина</a></li> 313 <h2 id="product-detail-pages">
|
/frameworks/base/docs/html-intl/intl/ja/distribute/googleplay/ |
D | about.jd | 19 <li><a href="#product-detail-pages">ストア情報掲載ページ</a></li> 251 <h2 id="product-detail-pages">
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/ |
D | about.jd | 19 <li><a href="#product-detail-pages">商品详情页</a></li> 313 <h2 id="product-detail-pages">
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | PagingIndicator.java | 230 public void setPageCount(int pages) { in setPageCount() argument 231 if (pages <= 0) { in setPageCount() 234 mPageCount = pages; in setPageCount()
|