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

/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningServiceDetails.java67 boolean mShowBackground; field in class:RunningServiceDetails
106 } else if (!mShowBackground && mMergedItem.mServices.size() <= 1) {
199 ArrayList<RunningState.MergedItem> newItems = mShowBackground
444 if (mShowBackground) {
503 mShowBackground = getArguments().getBoolean(KEY_BACKGROUND, false);
H A DRunningProcessesView.java215 boolean mShowBackground; field in class:RunningProcessesView.ServiceListAdapter
228 if (mShowBackground != showBackground) {
229 mShowBackground = showBackground;
237 return mShowBackground;
242 mShowBackground ? mState.getCurrentBackgroundItems()
251 if (mShowBackground) {
345 if (mCurShowCached != mAdapter.mShowBackground) {
346 mCurShowCached = mAdapter.mShowBackground;
417 args.putBoolean(RunningServiceDetails.KEY_BACKGROUND, mAdapter.mShowBackground);

Completed in 63 milliseconds