OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notifyTaskDataLoaded
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
Task.java
297
public void
notifyTaskDataLoaded
(Bitmap thumbnail, Drawable applicationIcon,
RecentsTaskLoader.java
219
t.
notifyTaskDataLoaded
(newThumbnailData.thumbnail, newIcon,
377
t.
notifyTaskDataLoaded
(thumbnail == mDefaultThumbnail ? null : thumbnail, icon,
Completed in 52 milliseconds