Lines Matching full:parts
334 read_all_part_properties(AConfig* parts)
339 AConfig *node = parts->first_child;
387 char* parts[],
398 part_properties *p = get_part_properties(props, parts[i]);
450 node = aconfig_find(root, "parts");
464 /* The dynamic layout declares all the parts that are available statically
468 part_properties* props = read_all_part_properties(aconfig_find(root, "parts"));
471 char* parts[N_PARTS];
472 parts[0] = "basic_controls";
473 parts[1] = hwConfig->hw_mainKeys ? "hwkeys_on" : "hwkeys_off";
474 parts[2] = hwConfig->hw_dPad ? "dpad_on" : "dpad_off";
475 parts[3] = hwConfig->hw_keyboard ? "keyboard_on" : "keyboard_off";
478 part_properties *p = get_part_properties(props, parts[i]);
511 /* Add parts to portrait orientation */
516 add_parts_to_layout(node, parts, N_PARTS, props, width, x_margin, y_margin);
520 /* Add parts to landscape orientation */
525 add_parts_to_layout(node, parts, N_PARTS, props, height, x_margin, y_margin);
660 * for version 2 of the skin format, they are under parts.device.display
664 n = aconfig_find(root, "parts");