Home
last modified time | relevance | path

Searched refs:image (Results 1 – 25 of 62) 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/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/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/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/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/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/vendor_snapshot/
Dupdate.py170 def gen_bp_module(image, variation, name, version, target_arch, vndk_list, arch_props, bp_dir): argument
178 image: True,
247 bp = '%s_snapshot_%s {\n' % (image, variation)
278 def gen_bp_list_module(image, snapshot_version, vndk_list, target_arch, arch_props): argument
283 bp = '%s_snapshot {\n' % image
286 bp_props['name'] = '%s_snapshot' % image
288 if image == 'vendor':
382 def gen_bp_files(image, vndk_dir, install_dir, snapshot_version): argument
400 if image == 'vendor':
406 androidbp += gen_bp_module(image, variation, name,
[all …]
/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/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/tools/emulator/skins/WXGA800/
Dlayout4 image background_port.png
9 image background_land.png
/development/tools/emulator/skins/WXGA720/
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-7in/
Dlayout4 image background_port.png
9 image background_land.png
/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/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/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/
D_index.jd10 changeBounds to nicely transition a grid of images to an Activity with a large image
/development/gsi/gsi_util/gsi_util/commands/
Dflash_gsi.py37 fastboot_utils.flash('system', args.image)
/development/samples/browseable/MediaEffects/
D_index.jd9 These APIs let you apply effects to image frames represented as OpenGL ES 2.0 textures.
/development/samples/browseable/StorageClient/
D_index.jd11 interface, and choose an image on your device. It will be displayed in this app.
/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/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DAttraction.java37 public Bitmap image; field in Attraction
/development/samples/browseable/AgendaData/
D_index.jd9 DataApi to transmit data such as event time, description, and background image. The

123