Home
last modified time | relevance | path

Searched refs:lastPage (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/utils/
DSkMultiPictureDocument.cpp72 sk_sp<SkPicture> lastPage = fPictureRecorder.finishRecordingAsPicture(); in onEndPage() local
73 fPages.push_back(lastPage); in onEndPage()
75 fOnEndPage(lastPage.get()); in onEndPage()
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/model/
DAnimationResponse.kt13 val lastPage: Int, constant in com.airbnb.lottie.samples.model.AnimationResponse
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.js343 var lastPage = readCookie(cookiePath + "_lastpage");
344 if (lastPage) {
345 window.location = lastPage;
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DLottiefilesFragment.kt33 if (state.request()?.lastPage == page && page > 0) return@withState in <lambda>()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPathHeader.java1005 String lastPage = ""; in TestZ() local
1022 lastPage = pathHeader.getPage(); in TestZ()
1024 } else if (!lastPage.equals(pathHeader.getPage())) { in TestZ()
1028 lastPage = pathHeader.getPage(); in TestZ()