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

/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningServiceDetails.java66 boolean mShowBackground; field in class:RunningServiceDetails
105 } else if (!mShowBackground && mMergedItem.mServices.size() <= 1) {
198 ArrayList<RunningState.MergedItem> newItems = mShowBackground
443 if (mShowBackground) {
502 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);
H A DManageApplications.java467 private boolean mShowBackground = false; field in class:ManageApplications
874 mShowBackground = savedInstanceState.getBoolean(EXTRA_SHOW_BACKGROUND, false);
993 outState.putBoolean(EXTRA_SHOW_BACKGROUND, mShowBackground);
1142 mShowBackground = showingBackground;
1252 mShowBackground = false;
1257 mShowBackground = true;

Completed in 39 milliseconds