Searched refs:loaded (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DTaskDescription.java59 public void setLoaded(boolean loaded) { argument
60 mLoaded = loaded;
/frameworks/base/tests/SmokeTest/tests/
H A DAndroid.mk12 # automatically get all of its classes loaded into our environment.
/frameworks/compile/libbcc/runtime/make/
H A Dlib_info.mk3 # This should be included once the subdirectory information has been loaded, and
/frameworks/base/packages/WAPPushManager/tests/
H A DAndroid.mk31 # automatically get all of its classes loaded into our environment.
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A Dcarousel.rs32 int textureState; // whether or not the primary card texture is loaded.
33 int detailTextureState; // whether or not the detail for the card is loaded.
34 int geometryState; // whether or not geometry is loaded
81 STATE_INVALID = 0, // item hasn't been loaded
217 rs_mesh defaultGeometry; // shown when no geometry is loaded
495 * Returns true if a state represents a texture that is loaded enough to draw
726 // If this card was recently loaded, this will be < 1.0f until the animation completes
752 bool loaded = textureEverLoaded(state) && rsIsObject(cards[i].texture);
757 (loaded && shaderConstants->fadeAmount == 1.0f) ?
762 (loaded
[all...]
/frameworks/base/tools/preload/
H A Dsorttable.js360 if (/loaded|complete/.test(document.readyState)) {
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp1174 bool loaded = true; local
1200 pContext = (ManualEditContext*)videoEditClasses_getContext(&loaded, pEnv, thiz);
1641 "settings already loaded");
2760 bool loaded = true; local
2768 pContext = (ManualEditContext*)videoEditClasses_getContext(&loaded, pEnv, thiz);
2771 videoEditJava_checkAndThrowIllegalStateException(&loaded, pEnv,
2944 bool loaded = true; local
2951 pContext = (ManualEditContext*)videoEditClasses_getContext(&loaded, pEnv, thiz);
2956 videoEditJava_checkAndThrowIllegalArgumentException(&loaded, pEnv,
2961 videoEditJava_checkAndThrowIllegalStateException(&loaded, pEn
[all...]

Completed in 147 milliseconds