Home | History | Annotate | Download | only in android

Lines Matching refs:bg

344         AConfig* bg = aconfig_find(node, "background");
345 if (bg != NULL) {
346 t->width = aconfig_int(bg, "width", 0);
347 t->height = aconfig_int(bg, "height", 0);