Searched refs:mShowMax (Results 1 – 1 of 1) sorted by relevance
53 private boolean mShowMax; field in ProcessStatsUi81 mShowMax = !mShowMax; in onOptionsItemSelected()90 mMenuMax.setVisible(!mShowMax); in updateMenu()91 mMenuAvg.setVisible(mShowMax); in updateMenu()150 mAppListGroup.setTitle(mShowMax ? R.string.maximum_memory_use in refreshUi()164 Collections.sort(pkgEntries, mShowMax ? sMaxPackageEntryCompare : sPackageEntryCompare); in refreshUi()171 double maxMemory = mShowMax ? memInfo.realTotalRam in refreshUi()178 memInfo.totalScale, !mShowMax); in refreshUi()