Searched refs:lastProgress (Results 1 – 8 of 8) sorted by relevance
70 private var lastProgress: AtomicInteger = AtomicInteger(-1) variable114 lastProgress.set(fontSizeValueToIndex(currentScale)) in onCreate()115 seekBarWithIconButtonsView.setProgress(lastProgress.get()) in onCreate()175 if (progress != lastProgress.get()) { in changeFontSize()176 lastProgress.set(progress) in changeFontSize()218 strEntryValues[lastProgress.get()], in updateFontScale()
59 var lastProgress = -1f in <lambda>() variable60 backgroundScope.launch { progress.collect { lastProgress = it } } in <lambda>()62 return lastProgress in <lambda>()
118 int lastProgress; in TEST_F() local119 EXPECT_GE(mClient1->getUpdateCount(&lastProgress), 10); in TEST_F()120 EXPECT_EQ(lastProgress, 100); in TEST_F()
223 int getUpdateCount(int* lastProgress) { in getUpdateCount()225 *lastProgress = mLastProgress; in getUpdateCount()
129 int32_t lastProgress = 0; member
499 int lastProgress = 0; in processPackage()508 if (progress > lastProgress && in processPackage()510 lastProgress = progress; in processPackage()
848 != (info.lastProgress.intValue() / LOG_PROGRESS_STEP))) { in updateProgress()851 info.lastProgress.set(progress); in updateProgress()2043 final AtomicInteger lastProgress = new AtomicInteger(0); field in BugreportProgressService.BugreportInfo2340 lastProgress.set(in.readInt()); in BugreportInfo()2369 dest.writeInt(lastProgress.intValue()); in writeToParcel()
363 sessionStateToString(session.getState()), session.lastProgress); in dumpSession_l()994 mSessionMap[sessionKey].lastProgress = progress; in onProgressUpdate()