Home | History | Annotate | Download | only in aapt

Lines Matching refs:screenHeightDp

210         *value = config.screenHeightDp;
346 return config.screenHeightDp;
687 this->screenHeightDp = heightdp;
722 s += screenHeightDp;
792 if (this->screenHeightDp != "") {
796 s += screenHeightDp;
1423 out->screenHeightDp = out->SCREENWIDTH_ANY;
1436 out->screenHeightDp = (uint16_t)atoi(xName.string());
1479 if (v == 0) v = screenHeightDp.compare(o.screenHeightDp);
1511 getScreenHeightDpName(screenHeightDp.string(), &params);
1530 || params.screenHeightDp != ResTable_config::SCREENHEIGHT_ANY) {