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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java118 TaskDescription taskDescription; field in class:RecentsPanelView.ViewHolder
214 holder.taskDescription = td;
239 holder.taskDescription = null;
521 if (!h.loadedThumbnailAndIcon && h.taskDescription == td) {
641 TaskDescription ad = holder.taskDescription;
684 TaskDescription ad = ((ViewHolder) view.getTag()).taskDescription;
745 final TaskDescription ad = viewHolder.taskDescription;

Completed in 53 milliseconds