OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imageCache
(Results
1 - 12
of
12
) sorted by null
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
ImageCache.java
32
public class
ImageCache
{
33
private static final String TAG = "
ImageCache
";
37
* Creating a new
ImageCache
object using the specified parameters.
41
private
ImageCache
(float memCacheSizePercent) {
46
* Find and return an existing
ImageCache
stored in a {@link RetainFragment}, if not found a new
51
* @return An existing retained
ImageCache
object or a new one if one did not exist
53
public static
ImageCache
getInstance(
59
// See if we already have an
ImageCache
stored in RetainFragment
60
ImageCache
imageCache
= (ImageCache) mRetainFragment.getObject()
[
all
...]
/packages/apps/TV/src/com/android/tv/util/
ImageLoader.java
196
ImageCache
imageCache
=
ImageCache
.getInstance();
197
ScaledBitmapInfo bitmapInfo =
imageCache
.get(uriString);
205
new LoadBitmapFromUriTask(context,
imageCache
, uriString, maxWidth, maxHeight));
268
private final
ImageCache
mImageCache;
304
public LoadBitmapTask(Context context,
ImageCache
imageCache
, String key, int maxHeight,
313
mImageCache =
imageCache
;
361
private LoadBitmapFromUriTask(Context context,
ImageCache
imageCache, String uriString
[
all
...]
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java
54
* {@link
ImageCache
#getInstance(android.support.v4.app.FragmentManager, ImageCacheParams)} to get an instance of this
58
public class
ImageCache
{
59
private static final String TAG = "
ImageCache
";
86
* Create a new
ImageCache
object using the specified parameters. This should not be
88
* {@link
ImageCache
#getInstance(android.support.v4.app.FragmentManager, ImageCacheParams)} to fetch an
ImageCache
93
private
ImageCache
(ImageCacheParams cacheParams) {
98
* Return an {@link
ImageCache
} instance. A {@link RetainFragment} is used to retain the
99
*
ImageCache
object across configuration changes such as a change in device orientation.
102
* @param cacheParams The cache parameters to use if the
ImageCache
needs instantiation
[
all
...]
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java
54
* {@link
ImageCache
#getInstance(android.support.v4.app.FragmentManager, ImageCacheParams)} to get an instance of this
58
public class
ImageCache
{
59
private static final String TAG = "
ImageCache
";
86
* Create a new
ImageCache
object using the specified parameters. This should not be
88
* {@link
ImageCache
#getInstance(android.support.v4.app.FragmentManager, ImageCacheParams)} to fetch an
ImageCache
93
private
ImageCache
(ImageCacheParams cacheParams) {
98
* Return an {@link
ImageCache
} instance. A {@link RetainFragment} is used to retain the
99
*
ImageCache
object across configuration changes such as a change in device orientation.
102
* @param cacheParams The cache parameters to use if the
ImageCache
needs instantiation
[
all
...]
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageCache.java
54
* {@link
ImageCache
#getInstance(android.support.v4.app.FragmentManager, ImageCacheParams)} to get an instance of this
58
public class
ImageCache
{
59
private static final String TAG = "
ImageCache
";
86
* Create a new
ImageCache
object using the specified parameters. This should not be
88
* {@link
ImageCache
#getInstance(android.support.v4.app.FragmentManager, ImageCacheParams)} to fetch an
ImageCache
93
private
ImageCache
(ImageCacheParams cacheParams) {
98
* Return an {@link
ImageCache
} instance. A {@link RetainFragment} is used to retain the
99
*
ImageCache
object across configuration changes such as a change in device orientation.
102
* @param cacheParams The cache parameters to use if the
ImageCache
needs instantiation
[
all
...]
/frameworks/volley/src/main/java/com/android/volley/toolbox/
ImageLoader.java
50
private final
ImageCache
mCache;
74
public interface
ImageCache
{
82
* @param
imageCache
The cache to use as an L1 cache.
84
public ImageLoader(RequestQueue queue,
ImageCache
imageCache
) {
86
mCache =
imageCache
;
/prebuilts/devtools/tools/lib/
traceview.jar
/prebuilts/gradle-plugin/com/android/tools/traceview/24.4.0-beta6/
traceview-24.4.0-beta6.jar
/prebuilts/gradle-plugin/com/android/tools/traceview/24.5.0/
traceview-24.5.0.jar
/prebuilts/gradle-plugin/com/android/tools/traceview/25.0.0-alpha1/
traceview-25.0.0-alpha1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
Completed in 357 milliseconds