Searched refs:lastProgress (Results 1 – 4 of 4) sorted by relevance
65 private var lastProgress: AtomicInteger = AtomicInteger(-1)106 lastProgress.set(fontSizeValueToIndex(currentScale))107 seekBarWithIconButtonsView.setProgress(lastProgress.get())167 if (progress != lastProgress.get()) {168 lastProgress.set(progress)212 strEntryValues[lastProgress.get()],
51 var lastProgress = -1f regex52 backgroundScope.launch { progress.collect { lastProgress = it } }54 return lastProgress
531 int lastProgress = 0; in processPackage()540 if (progress > lastProgress && in processPackage()542 lastProgress = progress; in processPackage()
799 != (info.lastProgress.intValue() / LOG_PROGRESS_STEP))) { in updateProgress()802 info.lastProgress.set(progress); in updateProgress()1972 final AtomicInteger lastProgress = new AtomicInteger(0); field in BugreportProgressService.BugreportInfo2264 lastProgress.set(in.readInt()); in BugreportInfo()2293 dest.writeInt(lastProgress.intValue()); in writeToParcel()