Home
last modified time | relevance | path

Searched defs:image (Results 1 – 14 of 14) sorted by relevance

/development/samples/browseable/WearDrawers/src/com.example.android.wearable.wear.weardrawers/
DPlanet.java25 private String image; field in Planet
33 String image, in Planet()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DCompressedTextureActivity.java115 Buffer image = createImage(width, height); in load() local
136 ByteBuffer image = ByteBuffer.allocateDirect(height * stride) in createImage() local
/development/vendor_snapshot/
Dupdate.py170 def gen_bp_module(image, variation, name, version, target_arch, vndk_list, arch_props, bp_dir): argument
278 def gen_bp_list_module(image, snapshot_version, vndk_list, target_arch, arch_props): argument
382 def gen_bp_files(image, vndk_dir, install_dir, snapshot_version): argument
560 def check_module_usage(install_dir, ninja_binary, image, ninja_file, goals, argument
635 def install_artifacts(image, branch, build, target, local_dir, symlink, argument
/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DAttraction.java37 public Bitmap image; field in Attraction
/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/
DMainActivity.java119 ImageView image = (ImageView) view.findViewById(R.id.imageview_item); in getView() local
/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoDecodeRunnable.java95 void setImage(Bitmap image); in setImage()
/development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/
DDragSourceFragment.java218 Bitmap image = BitmapFactory.decodeResource(getResources(), resourceId); in copyImageResourceToFile() local
/development/samples/browseable/StorageClient/src/com.example.android.storageclient/
DStorageClientFragment.java153 Bitmap image = BitmapFactory.decodeFileDescriptor(fileDescriptor); in getBitmapFromUri() local
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
DBaseActivityListFragment.java178 final ImageView image = (ImageView) view.findViewById(R.id.image); in bindView() local
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DRecipeListAdapter.java44 Bitmap image; field in RecipeListAdapter.Item
/development/samples/ShortcutDemo/common/src/com/example/android/pm/shortcutdemo/
DShortcutAdapter.java181 final ImageView image = (ImageView) view.findViewById(getImageId()); in bindView() local
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java426 Bitmap image = null; in sendDataToWearable() local
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPresentationActivity.java510 ImageView image = (ImageView)findViewById(R.id.image); in onCreate() local
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
DCamera2BasicFragment.java927 public ImageSaver(Image image, File file) { in ImageSaver()