Home
last modified time | relevance | path

Searched refs:image (Results 1 – 25 of 61) sorted by relevance

123

/development/tools/emulator/skins/WQVGA432/
Dlayout4 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/
Dlayout4 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/
Dlayout4 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/
Dlayout4 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/
Dlayout4 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/
Dlayout4 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/
DCompressedTextureActivity.java115 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/
DPlanet.java25 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/
DREADME5 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/
DRecipeListAdapter.java44 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/
DShortcutAdapter.java181 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/
DMainActivity.java119 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.jd8 …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/
Dlayout4 image background_port.png
9 image background_land.png
/development/tools/emulator/skins/WXGA800-7in/
Dlayout4 image background_port.png
9 image background_land.png
/development/tools/emulator/skins/WSVGA/
Dlayout4 image background_port.png
9 image background_land.png
/development/tools/emulator/skins/WXGA800/
Dlayout4 image background_port.png
9 image background_land.png
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
DBaseActivityListFragment.java178 final ImageView image = (ImageView) view.findViewById(R.id.image); in bindView() local
179 image.setImageDrawable(icon); in bindView()
/development/tools/repo_diff/service/repodiff/
DMakefile120 --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/
DREADME.md12 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/
DStorageClientFragment.java153 Bitmap image = BitmapFactory.decodeFileDescriptor(fileDescriptor); in getBitmapFromUri() local
155 return image; in getBitmapFromUri()
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
DAttractionsGridPagerAdapter.java126 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/
DCamera2RawFragment.java1300 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/
DDragSourceFragment.java218 Bitmap image = BitmapFactory.decodeResource(getResources(), resourceId); in copyImageResourceToFile() local
223 image.compress(Bitmap.CompressFormat.PNG, 100, out); in copyImageResourceToFile()
/development/vndk/tools/sourcedr/Documentation/
Dlist-installed-files-from-source-dirs.md5 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

123