Searched refs:lastPage (Results 1 – 5 of 5) sorted by relevance
72 sk_sp<SkPicture> lastPage = fPictureRecorder.finishRecordingAsPicture(); in onEndPage() local73 fPages.push_back(lastPage); in onEndPage()75 fOnEndPage(lastPage.get()); in onEndPage()
13 val lastPage: Int, constant in com.airbnb.lottie.samples.model.AnimationResponse
343 var lastPage = readCookie(cookiePath + "_lastpage");344 if (lastPage) {345 window.location = lastPage;
33 if (state.request()?.lastPage == page && page > 0) return@withState in <lambda>()
1005 String lastPage = ""; in TestZ() local1022 lastPage = pathHeader.getPage(); in TestZ()1024 } else if (!lastPage.equals(pathHeader.getPage())) { in TestZ()1028 lastPage = pathHeader.getPage(); in TestZ()