HomeSort by relevance Sort by last modified time
    Searched full:max_part_width (Results 1 - 1 of 1) sorted by null

  /external/qemu/android/
main-common-ui.c 387 int max_part_width; local
431 for (i = 0, max_part_width = 0; i < N_PARTS; i++) {
433 if (p != NULL && p->width > max_part_width)
434 max_part_width = p->width;
458 width + max_part_width + 2 * x_margin,
460 height + max_part_width + 2 * x_margin,

Completed in 56 milliseconds