Package 

Annotation ImageRequest.CachesLocationsMasks

  • All Implemented Interfaces:
    java.lang.annotation.Annotation

    
    public @interface ImageRequest.CachesLocationsMasks
    
                        

    Caches bit locations in cachesDisabled from bitmap read bit (rightest bit, 00000001) to diskwrite bit (00100000). Uses for creating mask when performing bitwise operation withcachesDisabled in order to turn on (disable cache) or turn off (enable cache) the right bit.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait