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

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

Completed in 32 milliseconds