Searched refs:setThumbnail (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DTaskDescription.java91 public void setThumbnail(Drawable thumbnail) { method in class:TaskDescription
H A DRecentTasksLoader.java212 td.setThumbnail(new BitmapDrawable(mContext.getResources(), thumbnail));
214 td.setThumbnail(mDefaultThumbnailBackground);
/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java153 public DngCreator setThumbnail(Bitmap pixels) { method in class:DngCreator
155 throw new IllegalArgumentException("Null argument to setThumbnail");
188 public DngCreator setThumbnail(Image pixels) { method in class:DngCreator
190 throw new IllegalArgumentException("Null argument to setThumbnail");
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp112 bool setThumbnail(const uint8_t* buffer, uint32_t width, uint32_t height);
141 bool NativeContext::setThumbnail(const uint8_t* buffer, uint32_t width, uint32_t height) { function in class:NativeContext
1634 "setThumbnail called with uninitialized DngCreator");
1788 if (!context->setThumbnail(pixelBytes, width, height)) {

Completed in 169 milliseconds