Searched refs:SCREENWIDTH_ANY (Results 1 – 2 of 2) sorted by relevance
415 out.smallestScreenWidthDp = ResTable_config.SCREENWIDTH_ANY; in parseSmallestScreenWidthDp()431 out.screenWidthDp = ResTable_config.SCREENWIDTH_ANY; in parseScreenWidthDp()447 out.screenHeightDp = ResTable_config.SCREENWIDTH_ANY; in parseScreenHeightDp()910 out.screenWidth = ResTable_config.SCREENWIDTH_ANY; in parseScreenSize()998 } else if (config.smallestScreenWidthDp != ResTable_config.SCREENWIDTH_ANY in applyVersionForCompatibility()999 || config.screenWidthDp != ResTable_config.SCREENWIDTH_ANY in applyVersionForCompatibility()
228 public static final int SCREENWIDTH_ANY = 0; field in ResTable_config