Searched defs:showBackground (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningProcessesView.java221 void setShowBackground(boolean showBackground) { argument
222 if (mShowBackground != showBackground) {
223 mShowBackground = showBackground;
224 mState.setWatchingBackgroundItems(showBackground);

Completed in 69 milliseconds