Home | History | Annotate | Download | only in aapt

Lines Matching refs:screenHeightDp

203         *value = config.screenHeightDp;
337 return config.screenHeightDp;
666 this->screenHeightDp = heightdp;
698 s += screenHeightDp;
762 if (this->screenHeightDp != "") {
766 s += screenHeightDp;
1366 out->screenHeightDp = out->SCREENWIDTH_ANY;
1379 out->screenHeightDp = (uint16_t)atoi(xName.string());
1421 if (v == 0) v = screenHeightDp.compare(o.screenHeightDp);
1452 getScreenHeightDpName(screenHeightDp.string(), &params);
1471 || params.screenHeightDp != ResTable_config::SCREENHEIGHT_ANY) {