Home
last modified time | relevance | path

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

12345678910

/developers/samples/android/ui/graphics/PdfRendererBasic/kotlinApp/Application/src/main/java/com/example/android/pdfrendererbasic/
DPdfRendererBasicViewModel.kt93 currentPage?.let { page -> in <lambda>() method
94 if (page.index > 0) { in <lambda>()
95 showPage(page.index - 1) in <lambda>()
104 currentPage?.let { page -> in <lambda>() method
105 if (page.index + 1 < renderer.pageCount) { in <lambda>()
106 showPage(page.index + 1) in <lambda>()
128 currentPage?.let { page -> in <lambda>() method
130 page.close() in <lambda>()
134 val page = renderer.openPage(index).also { in <lambda>() constant
138 val bitmap = Bitmap.createBitmap(page.width, page.height, Bitmap.Config.ARGB_8888) in <lambda>()
[all …]
/developers/build/prebuilts/gradle/GridViewPager/Wearable/src/main/java/com/example/android/wearable/gridviewpager/
DSampleGridPagerAdapter.java96 protected Drawable create(final Point page) {
98 if (page.y == 2 && page.x == 1) {
107 mPageBackgrounds.put(page, background);
108 notifyPageBackgroundChanged(page.y, page.x);
/developers/samples/android/deprecated/wearable/wear/GridViewPager/Wearable/src/main/java/com/example/android/wearable/gridviewpager/
DSampleGridPagerAdapter.java96 protected Drawable create(final Point page) {
98 if (page.y == 2 && page.x == 1) {
107 mPageBackgrounds.put(page, background);
108 notifyPageBackgroundChanged(page.y, page.x);
/developers/build/templates/unmanaged/
D_index.jd.ftl2 page.tags=<#list sample.tag as tag>"${tag}",</#list>"${sample.name}"
/developers/build/templates/base-build/
D_index.jd.ftl2 page.tags=<#list sample.tag as tag>"${tag}",</#list>"${sample.name}"
DLICENSE188 same "printed page" as the copyright notice for easier
/developers/build/templates/base/
D_index.jd.ftl2 page.tags=<#list sample.tag as tag>"${tag}",</#list>"${sample.name}"
/developers/build/prebuilts/gradle/RecipeAssistant/
DREADME.md9 wearable. On the wearable device, the steps are displayed as a multi-page notification, with one
10 page for each step in the recipe.
/developers/build/prebuilts/gradle/Quiz/
DREADME.md8 displays them as notifications. Each notification contains the question as the first page, followed
/developers/build/prebuilts/gradle/WearAccessibilityApp/
DREADME.md17 [Best Practices for User Interface][2] page.
/developers/build/prebuilts/gradle/PdfRendererBasic/kotlinApp/
DREADME.md14 system writes the the printable content. Your app can obtain a page for
/developers/samples/android/ui/graphics/PdfRendererBasic/kotlinApp/
DREADME.md14 system writes the the printable content. Your app can obtain a page for
/developers/build/prebuilts/gradle/PdfRendererBasic/
DREADME.md14 system writes the the printable content. Your app can obtain a page for
/developers/build/prebuilts/gradle/RuntimePermissionsWear/
DREADME.md29 To find out more about wear, visit our [developer Wear page][1].
/developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/
DLICENSE188 same "printed page" as the copyright notice for easier
/developers/build/prebuilts/gradle/BasicGestureDetect/
DLICENSE188 same "printed page" as the copyright notice for easier
/developers/build/prebuilts/gradle/Camera2Video/
DLICENSE188 same "printed page" as the copyright notice for easier
/developers/build/prebuilts/gradle/BluetoothAdvertisements/
DLICENSE188 same "printed page" as the copyright notice for easier
/developers/build/prebuilts/gradle/AutofillFramework/
DLICENSE188 same "printed page" as the copyright notice for easier
/developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/
DLICENSE188 same "printed page" as the copyright notice for easier
/developers/build/prebuilts/gradle/GridViewPager/
DLICENSE188 same "printed page" as the copyright notice for easier
/developers/build/prebuilts/gradle/LNotifications/
DLICENSE188 same "printed page" as the copyright notice for easier
/developers/samples/android/media/Camera2Video/
DLICENSE188 same "printed page" as the copyright notice for easier
/developers/build/prebuilts/gradle/NetworkConnect/
DLICENSE188 same "printed page" as the copyright notice for easier
/developers/samples/android/ui/views/HorizontalPaging/
DLICENSE188 same "printed page" as the copyright notice for easier

12345678910