Searched refs:showBackground (Results 1 - 3 of 3) 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);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
H A DDevelopmentFragment.java918 int showBackground = reply.readInt();
/packages/apps/Settings/src/com/android/settings/development/
H A DDevelopmentSettings.java1112 int showBackground = reply.readInt();

Completed in 228 milliseconds