Searched refs:totalRam (Results 1 – 3 of 3) sorted by relevance
359 final long totalRam = mMemInfoReader.getTotalSize(); in refreshUi() local371 final long highRam = totalRam - medRam - lowRam; in refreshUi()373 if (mCurTotalRam != totalRam || mCurHighRam != highRam || mCurMedRam != medRam in refreshUi()375 mCurTotalRam = totalRam; in refreshUi()392 mColorBar.setRatios(highRam/(float)totalRam, in refreshUi()393 medRam/(float)totalRam, in refreshUi()394 lowRam/(float)totalRam); in refreshUi()
75 double totalRam = memInfo.realTotalRam; in refreshUi() local79 String totalString = Formatter.formatShortFileSize(context, (long) totalRam); in refreshUi()96 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()