OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PhotoManager
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/chips/src/com/android/ex/chips/
PhotoManager.java
23
public interface
PhotoManager
{
/development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoManager.java
35
* The class is implemented as a singleton; the only way to get an
PhotoManager
instance is to
52
public class
PhotoManager
{
97
// A queue of
PhotoManager
tasks. Tasks are handed to a ThreadPool.
109
// A single instance of
PhotoManager
, used to implement the singleton pattern
110
private static
PhotoManager
sInstance = null;
118
// Creates a single static instance of
PhotoManager
119
sInstance = new
PhotoManager
();
124
private
PhotoManager
() {
173
* To force the Handler to run on the UI thread, it's defined as part of the
PhotoManager
260
* Returns the
PhotoManager
objec
[
all
...]
PhotoView.java
214
mDownloadThread =
PhotoManager
.startDownload(this, mCacheFlag);
298
PhotoManager
.removeDownload(mDownloadThread, mImageURL);
322
mDownloadThread =
PhotoManager
.startDownload(this, cacheFlag);
Completed in 74 milliseconds