Searched refs:installProgress (Results 1 – 7 of 7) sorted by relevance
76 int installProgress = mInstallInfo.progress; in execute()78 si.setProgressLevel(installProgress, PackageInstallInfo.STATUS_INSTALLING); in execute()89 widget.installProgress = mInstallInfo.progress; in execute()
616 int installProgress = (int) (si.getProgress() * 100); in loadWorkspace() local619 installProgress, in loadWorkspace()723 Integer installProgress = si == null in loadWorkspace() local729 } else if (installProgress != null) { in loadWorkspace()738 appWidgetInfo.installProgress = in loadWorkspace()739 installProgress == null ? 0 : installProgress; in loadWorkspace()
73 ((LauncherAppWidgetInfo) info).installProgress); in verifyProgressUpdate()
122 public int installProgress = -1; field in LauncherAppWidgetInfo
202 mCenterDrawable.setLevel(Math.max(mInfo.installProgress, 0)); in applyState()
151 onClickPendingAppItem(v, launcher, packageName, info.installProgress >= 0); in onClickPendingWidget()
3259 ((LauncherAppWidgetInfo) info).installProgress = 100; in widgetsRestored()