Lines Matching refs:screenHeightDp
165 *value = config.screenHeightDp;
299 return config.screenHeightDp;
628 this->screenHeightDp = heightdp;
660 s += screenHeightDp;
724 if (this->screenHeightDp != "") {
728 s += screenHeightDp;
1318 out->screenHeightDp = out->SCREENWIDTH_ANY;
1331 out->screenHeightDp = (uint16_t)atoi(xName.string());
1373 if (v == 0) v = screenHeightDp.compare(o.screenHeightDp);
1404 getScreenHeightDpName(screenHeightDp.string(), ¶ms);
1423 || params.screenHeightDp != ResTable_config::SCREENHEIGHT_ANY) {