Home
last modified time | relevance | path

Searched refs:chooseToCache (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DManageCacheDrawer.java72 boolean chooseToCache = wantCache ^ selected; in renderSlot()
73 boolean available = isLocal(entry.sourceType) || chooseToCache; in renderSlot()
87 entry.sourceType, isCaching, chooseToCache, width, height); in renderSlot()
94 boolean isCaching, boolean chooseToCache, int width, int height) { in drawCachingPin() argument
98 } else if (chooseToCache) { in drawCachingPin()