HomeSort by relevance Sort by last modified time
    Searched refs:isCached (Results 1 - 25 of 49) sorted by null

1 2

  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
RecyclingBitmapDrawable.java 71 * @param isCached - Whether the drawable is being cached or not
73 public void setIsCached(boolean isCached) {
76 if (isCached) {
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
RecyclingBitmapDrawable.java 71 * @param isCached - Whether the drawable is being cached or not
73 public void setIsCached(boolean isCached) {
76 if (isCached) {
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
RecyclingBitmapDrawable.java 71 * @param isCached - Whether the drawable is being cached or not
73 public void setIsCached(boolean isCached) {
76 if (isCached) {
  /frameworks/base/core/java/com/android/internal/widget/
CachingIconView.java 127 boolean isCached = mLastResId != 0
134 return isCached;
145 boolean isCached;
147 isCached = false;
149 isCached = resId == mLastResId && null == mLastPackage;
153 return isCached;
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3Mem.h 110 int allocateOne(size_t size, bool isCached = true);
126 unsigned int heap_id, size_t size, bool isCached = true);
QCamera3StreamMem.h 77 int allocateOne(size_t size, bool isCached = true);
QCamera3StreamMem.cpp 398 int QCamera3StreamMem::allocateOne(size_t size, bool isCached)
401 return mHeapMem.allocateOne(size, isCached);
QCamera3Mem.cpp 306 unsigned int heap_id, size_t size, bool isCached)
323 if (isCached) {
622 int QCamera3HeapMemory::allocateOne(size_t size, bool isCached)
636 rc = allocOneBuffer(mMemInfo[mBufferCount], heap_id_mask, size, isCached);
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageProcessor.java 223 retval.isCached = true;
255 retval.isCached = true;
TCPMessageChannel.java 77 protected boolean isCached;
464 if (!this.isCached) {
466 this.isCached = true;
669 if (isCached && !isRunning) {
TLSMessageChannel.java 83 protected boolean isCached;
435 if (!this.isCached) {
437 this.isCached = true;
648 if (isCached && !isRunning) {
TLSMessageProcessor.java 239 retval.isCached = true;
271 retval.isCached = true;
  /external/volley/src/main/java/com/android/volley/toolbox/
ImageLoader.java 152 public boolean isCached(String requestUrl, int maxWidth, int maxHeight) {
153 return isCached(requestUrl, maxWidth, maxHeight, ScaleType.CENTER_INSIDE);
165 public boolean isCached(String requestUrl, int maxWidth, int maxHeight, ScaleType scaleType) {
  /external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
ImageSource.java 241 protected final boolean isCached() {
  /external/volley/src/test/java/com/android/volley/toolbox/
ImageLoaderTest.java 48 Assert.assertFalse(mImageLoader.isCached("http://foo", 0, 0));
86 assertNotNull(ImageLoader.class.getMethod("isCached", String.class, int.class, int.class));
87 assertNotNull(ImageLoader.class.getMethod("isCached", String.class, int.class, int.class,
  /packages/apps/Messaging/src/com/android/messaging/ui/
AsyncImageView.java 178 setImage(resource, false /* isCached */);
181 protected void setImage(final ImageResource resource, final boolean isCached) {
203 } else if (mFadeIn && !isCached) {
234 final ImageResource resource, final boolean isCached) {
236 setImage(resource, isCached);
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactRecipientPhotoManager.java 74 final ImageResource resource, final boolean isCached) {
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
VCardContactItemData.java 169 final VCardResource resource, final boolean isCached) {
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/
MediaResourceManagerTest.java 154 final FakeImageResource resource, final boolean isCached) {
  /frameworks/av/media/libstagefright/bqhelper/
GraphicBufferSource.cpp 118 bool isCached() const {
204 bool isCached() const {
205 return mBuffer->isCached();
704 if (!mLatestBuffer.mBuffer->isCached()) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
BrowseTree.java 132 synchronized boolean isCached() {
AvrcpControllerStateMachine.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1effectauthor.h 194 STDMETHOD_(void, SetCached)(BOOL isCached) PURE;
316 STDMETHOD_(void, SetCached)(BOOL isCached) PURE;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 168 bool isCached() const {
  /external/libxml2/
xpath.c     [all...]

Completed in 2268 milliseconds

1 2