Searched refs:mShowMax (Results 1 – 1 of 1) sorted by relevance
52 private boolean mShowMax; field in ProcessStatsUi80 mShowMax = !mShowMax; in onOptionsItemSelected()89 mMenuMax.setVisible(!mShowMax); in updateMenu()90 mMenuAvg.setVisible(mShowMax); in updateMenu()154 mAppListGroup.setTitle(mShowMax ? R.string.maximum_memory_use in refreshUi()168 Collections.sort(pkgEntries, mShowMax ? sMaxPackageEntryCompare : sPackageEntryCompare); in refreshUi()175 double maxMemory = mShowMax ? memInfo.realTotalRam in refreshUi()182 memInfo.totalScale, !mShowMax); in refreshUi()