Home | History | Annotate | Download | only in android

Lines Matching refs:layout

271     SkinDisplay*  disp     = skin_layout_get_display(emulator->layout);
348 add_parts_to_layout(AConfig* layout,
367 i + 2, // layout already has the device part as part1, so start from part2
373 aconfig_load(layout, strdup(tmp));
395 snprintf(tmp, sizeof(tmp), "%s/layout", *skinDirPath);
403 /* Fix the width and height specified for the "device" part in the layout */
418 /* The dynamic layout declares all the parts that are available statically
419 in the layout file. Now we need to dynamically generate the
420 appropriate layout based on the hardware config */
588 snprintf(tmp, sizeof tmp, "%s/%s/layout", skinDirPath, skinName);
668 layout_base = android_resource_find( "layout", &layout_size );
677 D("parsing built-in skin layout file (%d bytes)", (int)layout_size);