HomeSort by relevance Sort by last modified time
    Searched refs:memValue (Results 1 - 5 of 5) sorted by null

  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 294 BitmapDrawable memValue = null;
297 memValue = mMemoryCache.get(data);
300 if (BuildConfig.DEBUG && memValue != null) {
304 return memValue;
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 294 BitmapDrawable memValue = null;
297 memValue = mMemoryCache.get(data);
300 if (BuildConfig.DEBUG && memValue != null) {
304 return memValue;
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageCache.java 294 BitmapDrawable memValue = null;
297 memValue = mMemoryCache.get(data);
300 if (BuildConfig.DEBUG && memValue != null) {
304 return memValue;
  /system/core/libpixelflinger/tests/arch-mips64/assembler/
mips64_assembler_test.cpp 168 uint64_t memValue;
494 uint64_t value = test.memValue;
  /system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp 160 uint64_t memValue;
541 uint64_t value = test.memValue;
    [all...]

Completed in 291 milliseconds