LibreOffice Module android (master) 1
Classes | Public Member Functions | Static Private Member Functions | Static Private Attributes | List of all members
org.libreoffice.ThumbnailCreator Class Reference

Create thumbnails for the parts of the document. More...

Classes

class  ThumbnailCreationTask
 
class  ThumbnailDrawable
 

Public Member Functions

void createThumbnail (int partNumber, ImageView imageView)
 

Static Private Member Functions

static boolean needsThumbnailCreation (int partNumber, ImageView imageView)
 
static ThumbnailCreationTask currentThumbnailCreationTask (ImageView imageView)
 

Static Private Attributes

static final String LOG_TAG = ThumbnailCreator.class.getSimpleName()
 
static final int THUMBNAIL_SIZE = 256
 

Detailed Description

Create thumbnails for the parts of the document.

Definition at line 22 of file ThumbnailCreator.java.

Member Function Documentation

◆ createThumbnail()

void org.libreoffice.ThumbnailCreator.createThumbnail ( int  partNumber,
ImageView  imageView 
)
inline

◆ currentThumbnailCreationTask()

static ThumbnailCreationTask org.libreoffice.ThumbnailCreator.currentThumbnailCreationTask ( ImageView  imageView)
inlinestaticprivate

◆ needsThumbnailCreation()

static boolean org.libreoffice.ThumbnailCreator.needsThumbnailCreation ( int  partNumber,
ImageView  imageView 
)
inlinestaticprivate

Member Data Documentation

◆ LOG_TAG

final String org.libreoffice.ThumbnailCreator.LOG_TAG = ThumbnailCreator.class.getSimpleName()
staticprivate

Definition at line 23 of file ThumbnailCreator.java.

◆ THUMBNAIL_SIZE

final int org.libreoffice.ThumbnailCreator.THUMBNAIL_SIZE = 256
staticprivate

The documentation for this class was generated from the following file: