Searched refs:blk (Results 1 – 1 of 1) sorted by relevance
796 ImageBlock blk = mCache.get(row); in clearLoaderQueue() local797 Assert(blk != null); // We won't reuse the block if it has pending in clearLoaderQueue()799 blk.cancelRequest(col); in clearLoaderQueue()836 ImageBlock blk = mCache.get(row); in tryToLoad() local837 if (blk == null) { in tryToLoad()839 blk = getEmptyBlock(); in tryToLoad()840 blk.setRow(row); in tryToLoad()841 blk.invalidate(); in tryToLoad()842 mCache.put(row, blk); in tryToLoad()844 return blk.loadImages(); in tryToLoad()[all …]