OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldCache
(Results
1 - 19
of
19
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
HolographicOutlineHelper.java
162
Bitmap createMediumDropShadow(Drawable drawable, boolean
shouldCache
) {
163
return createMediumDropShadow(drawable, 1f, 1f,
shouldCache
);
167
boolean
shouldCache
) {
180
Bitmap cache =
shouldCache
? mBitmapCache.get(key) : null;
185
if (
shouldCache
) {
207
Bitmap result =
shouldCache
? mBitmapCache.get(key) : null;
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_nodes_cache.h
121
const bool
shouldCache
= (cacheInputIndex == mInputIndex)
123
return
shouldCache
;
/frameworks/volley/src/main/java/com/android/volley/
Request.java
464
public final Request<?> setShouldCache(boolean
shouldCache
) {
465
mShouldCache =
shouldCache
;
472
public final boolean
shouldCache
() {
NetworkDispatcher.java
128
if (request.
shouldCache
() && response.cacheEntry != null) {
RequestQueue.java
239
if (!request.
shouldCache
()) {
273
* <code>request.
shouldCache
()</code>.</p>
286
if (request.
shouldCache
()) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java
351
public abstract boolean
shouldCache
();
461
public boolean
shouldCache
() {
548
public boolean
shouldCache
() {
652
public boolean
shouldCache
() {
779
public boolean
shouldCache
() {
889
public boolean
shouldCache
() {
FrameManager.java
421
if (!backing.
shouldCache
() || !mCache.cacheBacking(backing)) {
/prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar
org.eclipse.equinox.common_3.6.0.v20100503.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.common_3.7.0.v20150402-1709.jar
/prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar
/external/guice/extensions/struts2/lib/
ognl-3.0.jar
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar
Completed in 824 milliseconds