/development/tools/emulator/skins/WQVGA432/ |
D | layout | 4 image background_port.png 9 image background_land.png 24 image controls.png 28 image button.png 33 image button.png 38 image button.png 43 image arrow_up.png 48 image arrow_down.png 53 image arrow_left.png 58 image arrow_right.png [all …]
|
/development/tools/emulator/skins/WQVGA400/ |
D | layout | 4 image background_port.png 9 image background_land.png 24 image controls.png 28 image button.png 33 image button.png 38 image button.png 43 image arrow_up.png 48 image arrow_down.png 53 image arrow_left.png 58 image arrow_right.png [all …]
|
/development/tools/emulator/skins/QVGA/ |
D | layout | 4 image background_port.png 9 image background_land.png 24 image controls.png 28 image button.png 33 image button.png 38 image button.png 43 image arrow_up.png 48 image arrow_down.png 53 image arrow_left.png 58 image arrow_right.png [all …]
|
/development/tools/emulator/skins/WVGA854/ |
D | layout | 4 image background_port.png 9 image background_land.png 24 image controls.png 28 image button.png 33 image button.png 38 image button.png 43 image arrow_up.png 48 image arrow_down.png 53 image arrow_left.png 58 image arrow_right.png [all …]
|
/development/tools/emulator/skins/WVGA800/ |
D | layout | 4 image background_port.png 9 image background_land.png 24 image controls.png 28 image button.png 33 image button.png 38 image button.png 43 image arrow_up.png 48 image arrow_down.png 53 image arrow_left.png 58 image arrow_right.png [all …]
|
/development/tools/emulator/skins/HVGA/ |
D | layout | 4 image background_port.png 9 image background_land.png 24 image controls.png 28 image button.png 33 image button.png 38 image button.png 43 image arrow_up.png 48 image arrow_down.png 53 image arrow_left.png 58 image arrow_right.png [all …]
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | CompressedTextureActivity.java | 115 Buffer image = createImage(width, height); in load() local 116 … ETC1Util.ETC1Texture etc1Texture = ETC1Util.compressTexture(image, width, height, 3, 3 * width); in load() 136 ByteBuffer image = ByteBuffer.allocateDirect(height * stride) in createImage() local 146 image.position(stride*y+x*3); in createImage() 147 image.put(red); in createImage() 148 image.put(green); in createImage() 149 image.put(blue); in createImage() 152 image.position(0); in createImage() 153 return image; in createImage()
|
/development/samples/browseable/WearDrawers/src/com.example.android.wearable.wear.weardrawers/ |
D | Planet.java | 25 private String image; field in Planet 33 String image, in Planet() argument 40 this.image = image; in Planet() 55 return image; in getImage()
|
/development/tools/labpretest/ |
D | README | 5 determines device type, erases user cache, flashes a generic userdata image, 6 updates the bootloader image, updates the radio image, updates the system image 38 2) Copy a build image to the new sub directory in our format. 40 3) Copy a boot image to the new sub directory in our format. 42 4) Copy a radio image to the new sub directory in our format.
|
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/ |
D | RecipeListAdapter.java | 44 Bitmap image; field in RecipeListAdapter.Item 75 parsed.image = AssetUtils.loadBitmapAsset(mContext, imageFile); in parseJson() 127 if (item.image != null) { in getView() 128 iv.setImageBitmap(item.image); in getView()
|
/development/samples/ShortcutDemo/common/src/com/example/android/pm/shortcutdemo/ |
D | ShortcutAdapter.java | 181 final ImageView image = (ImageView) view.findViewById(getImageId()); in bindView() local 183 image.setVisibility(View.GONE); in bindView() 185 image.setVisibility(View.VISIBLE); in bindView() 186 image.setImageDrawable(mLauncherApps.getShortcutBadgedIconDrawable(si, in bindView()
|
/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/ |
D | MainActivity.java | 119 ImageView image = (ImageView) view.findViewById(R.id.imageview_item); in getView() local 120 Picasso.with(image.getContext()).load(item.getThumbnailUrl()).into(image); in getView()
|
/development/samples/browseable/BasicRenderScript/ |
D | _index.jd | 8 …This sample demonstrates using RenderScript to perform basic image manipulation. Specifically, it … 9 …to dynamically adjust the saturation for an image using a slider. A custom RenderScript kernel per…
|
/development/tools/emulator/skins/WXGA720/ |
D | layout | 4 image background_port.png 9 image background_land.png
|
/development/tools/emulator/skins/WXGA800-7in/ |
D | layout | 4 image background_port.png 9 image background_land.png
|
/development/tools/emulator/skins/WSVGA/ |
D | layout | 4 image background_port.png 9 image background_land.png
|
/development/tools/emulator/skins/WXGA800/ |
D | layout | 4 image background_port.png 9 image background_land.png
|
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/ |
D | BaseActivityListFragment.java | 178 final ImageView image = (ImageView) view.findViewById(R.id.image); in bindView() local 179 image.setImageDrawable(icon); in bindView()
|
/development/tools/repo_diff/service/repodiff/ |
D | Makefile | 120 --image-project $(GCE_IMAGE_PROJECT) \ 121 --image-family $(GCE_IMAGE_FAMILY) \ 136 docker image save $(DOCKER_CANONICAL_ID) -o transferrable_docker_image.tar \
|
/development/vndk/tools/definition-tool/ |
D | README.md | 12 1. The system and vendor image for your target 13 2. Android Treble reference image 105 To run VNDK definition tool against an image (`.img`), run the following
|
/development/samples/browseable/StorageClient/src/com.example.android.storageclient/ |
D | StorageClientFragment.java | 153 Bitmap image = BitmapFactory.decodeFileDescriptor(fileDescriptor); in getBitmapFromUri() local 155 return image; in getBitmapFromUri()
|
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/ |
D | AttractionsGridPagerAdapter.java | 126 imageView.setImageBitmap(attraction.image); in instantiateItem() 187 if (mAttractions.size() > 0 && mAttractions.get(row).image != null) { in getBackgroundForPage() 188 return new BitmapDrawable(mContext.getResources(), mAttractions.get(row).image); in getBackgroundForPage()
|
/development/samples/browseable/Camera2Raw/src/com.example.android.camera2raw/ |
D | Camera2RawFragment.java | 1300 Image image; in dequeueAndSaveImage() local 1302 image = reader.get().acquireNextImage(); in dequeueAndSaveImage() 1310 builder.setRefCountedReader(reader).setImage(image); in dequeueAndSaveImage() 1354 private ImageSaver(Image image, File file, CaptureResult result, in ImageSaver() argument 1357 mImage = image; in ImageSaver() 1460 public synchronized ImageSaverBuilder setImage(final Image image) { in setImage() argument 1461 if (image == null) throw new NullPointerException(); in setImage() 1462 mImage = image; in setImage()
|
/development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/ |
D | DragSourceFragment.java | 218 Bitmap image = BitmapFactory.decodeResource(getResources(), resourceId); in copyImageResourceToFile() local 223 image.compress(Bitmap.CompressFormat.PNG, 100, out); in copyImageResourceToFile()
|
/development/vndk/tools/sourcedr/Documentation/ |
D | list-installed-files-from-source-dirs.md | 5 files or vendor prebuilts that will be installed into the system image. 8 image. Some listed files are not actually installed because they are not
|