Home
last modified time | relevance | path

Searched refs:mCurShowCached (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DRunningProcessesView.java92 boolean mCurShowCached = false; field in RunningProcessesView
342 if (mCurShowCached != mAdapter.mShowBackground) { in refreshUi()
343 mCurShowCached = mAdapter.mShowBackground; in refreshUi()
344 if (mCurShowCached) { in refreshUi()
360 if (mCurShowCached) { in refreshUi()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DRunningProcessesView.java92 boolean mCurShowCached = false; field in RunningProcessesView
342 if (mCurShowCached != mAdapter.mShowBackground) { in refreshUi()
343 mCurShowCached = mAdapter.mShowBackground; in refreshUi()
344 if (mCurShowCached) { in refreshUi()
360 if (mCurShowCached) { in refreshUi()