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

  /frameworks/base/services/java/com/android/server/am/
TaskRecord.java 29 final boolean clearOnBackground; // As per the original activity.
45 clearOnBackground = _clearOnBackground;
89 if (clearOnBackground || numActivities != 0 || rootWasReset) {
90 pw.print(prefix); pw.print("clearOnBackground="); pw.print(clearOnBackground);
  /sdk/eclipse/scripts/
_mk_icons.sh 40 icon C blue clearOnBackground
  /development/apps/Development/src/com/android/development/
ShowActivity.java 65 mClearOnBackground = (TextView)findViewById(R.id.clearOnBackground);

Completed in 308 milliseconds