HomeSort by relevance Sort by last modified time
    Searched refs:mShowBackground (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/applications/
RunningProcessesView.java 210 boolean mShowBackground;
223 if (mShowBackground != showBackground) {
224 mShowBackground = showBackground;
228 mColorBar.setShowingGreen(mShowBackground);
233 return mShowBackground;
238 mShowBackground ? mState.getCurrentBackgroundItems()
247 if (mShowBackground) {
395 args.putBoolean(RunningServiceDetails.KEY_BACKGROUND, mAdapter.mShowBackground);
RunningServiceDetails.java 66 boolean mShowBackground;
105 } else if (!mShowBackground && mMergedItem.mServices.size() <= 1) {
198 ArrayList<RunningState.MergedItem> newItems = mShowBackground
443 if (mShowBackground) {
502 mShowBackground = getArguments().getBoolean(KEY_BACKGROUND, false);
ManageApplications.java 455 private boolean mShowBackground = false;
    [all...]

Completed in 26 milliseconds