/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/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/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/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/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/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/vendor_snapshot/ |
D | update.py | 170 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.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/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/tools/emulator/skins/WXGA800/ |
D | layout | 4 image background_port.png 9 image background_land.png
|
/development/tools/emulator/skins/WXGA720/ |
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-7in/ |
D | layout | 4 image background_port.png 9 image background_land.png
|
/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/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/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/ |
D | _index.jd | 10 changeBounds to nicely transition a grid of images to an Activity with a large image
|
/development/gsi/gsi_util/gsi_util/commands/ |
D | flash_gsi.py | 37 fastboot_utils.flash('system', args.image)
|
/development/samples/browseable/MediaEffects/ |
D | _index.jd | 9 These APIs let you apply effects to image frames represented as OpenGL ES 2.0 textures.
|
/development/samples/browseable/StorageClient/ |
D | _index.jd | 11 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/ |
D | BaseActivityListFragment.java | 178 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/ |
D | Attraction.java | 37 public Bitmap image; field in Attraction
|
/development/samples/browseable/AgendaData/ |
D | _index.jd | 9 DataApi to transmit data such as event time, description, and background image. The
|