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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java155 updateThumbnail(holder, mRecentTasksLoader.getDefaultThumbnail(), false, false);
181 updateThumbnail(holder, td.getThumbnail(), true, false);
232 updateThumbnail(holder, mRecentTasksLoader.getDefaultThumbnail(), false, false);
484 private void updateThumbnail(ViewHolder h, Drawable thumbnail, boolean show, boolean anim) { method in class:RecentsPanelView
537 updateThumbnail(h, td.getThumbnail(), true, animateShow);
/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java759 void updateThumbnail(Bitmap newThumbnail, CharSequence description) { method in class:ActivityRecord

Completed in 26 milliseconds