Searched refs:totalRam (Results 1 – 3 of 3) sorted by relevance
354 final long totalRam = mMemInfoReader.getTotalSize(); in refreshUi() local366 final long highRam = totalRam - medRam - lowRam; in refreshUi()368 if (mCurTotalRam != totalRam || mCurHighRam != highRam || mCurMedRam != medRam in refreshUi()370 mCurTotalRam = totalRam; in refreshUi()387 mColorBar.setRatios(highRam/(float)totalRam, in refreshUi()388 medRam/(float)totalRam, in refreshUi()389 lowRam/(float)totalRam); in refreshUi()
71 double totalRam = memInfo.realTotalRam; in refreshUi() local75 String totalString = Formatter.formatShortFileSize(context, (long) totalRam); in refreshUi()92 mAverageUsed.setSummary(Utils.formatPercentage((long) usedRam, (long) totalRam)); in refreshUi()
371 double totalRam; field in ProcStatsData.MemInfo382 totalRam = usedRam + freeRam; in MemInfo()383 totalScale = realTotalRam / totalRam; in MemInfo()