Searched refs:load (Results 1 - 16 of 16) sorted by relevance

/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/
H A DDetailActivity.java79 // transition, load the thumbnail. The listener will load the full-size image when
83 // If all other cases we should just load the full-size image now
93 .load(mItem.getThumbnailUrl())
103 .load(mItem.getPhotoUrl())
111 * {@link Transition}. We do this so that we can load the full-size image after the transition
124 // As the transition has ended, we can now load the full-size image
H A DMainActivity.java120 Picasso.with(image.getContext()).load(item.getThumbnailUrl()).into(image);
/development/ndk/platforms/android-L/include/linux/
H A Dfsl_hypervisor.h39 __u32 load; member in struct:fsl_hv_ioctl_start
H A Dcdrom.h809 __u8 load:1; member in struct:rm_feature_desc
821 __u8 load:1; member in struct:rm_feature_desc
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DCompressedTextureActivity.java86 * Demonstrate how to load a compressed texture from an APK resource.
90 public void load(GL10 gl) { method in class:CompressedTextureActivity.CompressedTextureLoader
97 Log.w(TAG, "Could not load texture: " + e);
112 public void load(GL10 gl) { method in class:CompressedTextureActivity.SyntheticCompressedTextureLoader
126 Log.w(TAG, "Could not load texture: " + e);
H A DStaticTriangleRenderer.java57 void load(GL10 gl); method in interface:StaticTriangleRenderer.TextureLoader
118 mTextureLoader.load(gl);
188 public void load(GL10 gl) { method in class:StaticTriangleRenderer.RobotTextureLoader
/development/samples/Vault/src/com/example/android/vault/
H A DSecretKeyWrapper.java58 keyStore.load(null);
/development/samples/ApiDemos/src/com/example/android/apis/security/
H A DKeyStoreUsage.java269 ks.load(null);
365 ks.load(null);
436 ks.load(null);
501 ks.load(null);
/development/samples/KeyChainDemo/src/com/example/android/keychain/
H A DSecureWebServer.java71 ks.load(fis, KeyChainDemoActivity.PKCS12_PASSWORD.toCharArray());
/development/samples/TtsEngine/src/com/example/android/ttsengine/
H A DRobotSpeakTtsService.java68 // We load the default language when we start up. This isn't strictly
160 int load = onLoadLanguage(request.getLanguage(), request.getCountry(),
165 if (load == TextToSpeech.LANG_NOT_SUPPORTED) {
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
H A DBasicAndroidKeyStoreFragment.java207 // Weird artifact of Java API. If you don't have an InputStream to load, you still need
208 // to call "load", or it'll crash.
209 ks.load(null);
292 // Weird artifact of Java API. If you don't have an InputStream to load, you still need
293 // to call "load", or it'll crash.
294 ks.load(null);
/development/apps/OBJViewer/com/android/objviewer/
H A DOBJViewer.java295 object.load(objectFiles.get(objectIndex));
320 object.load(objectFiles.get(0));
/development/ndk/platforms/android-9/arch-mips/include/asm/
H A Dsgiarcs.h190 LONG load; member in struct:linux_romvec
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
H A DAdapters.java47 * <p>This class can be used to load {@link android.widget.Adapter adapters} defined in
392 * @param context The context to load the XML resource from.
416 adapter.load();
429 * @param context The context to load the XML resource from.
468 * @param context The context to load the XML resource from.
480 ((ManagedAdapter) adapter).load();
508 "Can't load adapter resource ID " +
514 "Can't load adapter resource ID " +
892 void load(); method in interface:Adapters.ManagedAdapter
954 public void load() { method in class:Adapters.XmlCursorAdapter
[all...]
/development/apps/GestureBuilder/src/com/android/gesture/builder/
H A DGestureBuilderActivity.java348 if (store.load()) {
/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeySourceNetwork.java304 load(KeyCharacterMap.VIRTUAL_KEYBOARD);

Completed in 3428 milliseconds