Searched refs:totalRam (Results 1 – 3 of 3) sorted by relevance
360 final long totalRam = mMemInfoReader.getTotalSize(); in refreshUi() local372 final long highRam = totalRam - medRam - lowRam; in refreshUi()374 if (mCurTotalRam != totalRam || mCurHighRam != highRam || mCurMedRam != medRam in refreshUi()376 mCurTotalRam = totalRam; in refreshUi()393 mColorBar.setRatios(highRam/(float)totalRam, in refreshUi()394 medRam/(float)totalRam, in refreshUi()395 lowRam/(float)totalRam); in refreshUi()
78 double totalRam = memInfo.realTotalRam; in refreshUi() local82 String totalString = Formatter.formatShortFileSize(context, (long) totalRam); in refreshUi()99 mAverageUsed.setSummary(Utils.formatPercentage((long) usedRam, (long) totalRam)); in refreshUi()
368 double totalRam; field in ProcStatsData.MemInfo379 totalRam = usedRam + freeRam; in MemInfo()380 totalScale = realTotalRam / totalRam; in MemInfo()