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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java1105 void updateThumbnailLocked(Bitmap newThumbnail, CharSequence description) { argument
1106 if (newThumbnail != null) {
1108 "Setting thumbnail of " + this + " to " + newThumbnail);
1109 boolean thumbnailUpdated = task.setLastThumbnailLocked(newThumbnail);

Completed in 118 milliseconds