Searched refs:installProgress (Results 1 – 7 of 7) sorted by relevance
362 val installProgress = (si.getProgress() * 100).toInt() in processAppOrDeepShortcut() constant363 info.setProgressLevel(installProgress, PackageInstallInfo.STATUS_INSTALLING) in processAppOrDeepShortcut()509 appWidgetInfo.installProgress = in processWidget()
90 widget.installProgress = mInstallInfo.progress; in execute()
118 assertEquals(expectedProgress, ((LauncherAppWidgetInfo) info).installProgress); in verifyProgressUpdate()
121 public int installProgress = -1; field in LauncherAppWidgetInfo
354 mCenterDrawable.setLevel(Math.max(mInfo.installProgress, 0)); in applyState()
242 onClickPendingAppItem(v, launcher, packageName, info.installProgress >= 0); in onClickPendingWidget()
3445 ((LauncherAppWidgetInfo) info).installProgress = 100;