Searched refs:installProgress (Results 1 – 7 of 7) sorted by relevance
645 int installProgress = (int) (si.getProgress() * 100); in loadWorkspace() local648 installProgress, in loadWorkspace()752 Integer installProgress = si == null in loadWorkspace() local758 } else if (installProgress != null) { in loadWorkspace()767 appWidgetInfo.installProgress = in loadWorkspace()768 installProgress == null ? 0 : installProgress; in loadWorkspace()
82 widget.installProgress = mInstallInfo.progress; in execute()
79 ((LauncherAppWidgetInfo) info).installProgress); in verifyProgressUpdate()
122 public int installProgress = -1; field in LauncherAppWidgetInfo
202 mCenterDrawable.setLevel(Math.max(mInfo.installProgress, 0)); in applyState()
154 onClickPendingAppItem(v, launcher, packageName, info.installProgress >= 0); in onClickPendingWidget()
3312 ((LauncherAppWidgetInfo) info).installProgress = 100; in widgetsRestored()