Searched refs:screenShape (Results 1 – 3 of 3) sorted by relevance
31 public ScreenShape screenShape = null; field in DistroFilter55 if (apiVersion == null && screenShape == null && screenDensity == null in dump()64 if (screenShape != null) { in dump()65 …String screenShapeStr = "screenShape: policy is " + screenShape.policy + ", value is " + screenSha… in dump()
528 if (distroFilterLeft.screenShape != null && distroFilterRight.screenShape != null) { in checkDistroFilterDisjoint()529 …if (checkPolicyValueDisjoint(distroFilterLeft.screenShape.policy, distroFilterLeft.screenShape.val… in checkDistroFilterDisjoint()530 distroFilterRight.screenShape.policy, distroFilterRight.screenShape.value)) { in checkDistroFilterDisjoint()668 if (!checkScreenShapeCovered(featureHap.getDistroFilter().screenShape, entryHaps)) { in checkFeatureDistroFilter()745 …private static boolean checkScreenShapeCovered(ScreenShape screenShape, List<HapVerifyInfo> entryH… in checkScreenShapeCovered() argument750 … (hapVerifyInfo.getDistroFilter() == null || hapVerifyInfo.getDistroFilter().screenShape == null) { in checkScreenShapeCovered()753 if (hapVerifyInfo.getDistroFilter().screenShape.policy == null) { in checkScreenShapeCovered()757 if (INCLUDE.equals(hapVerifyInfo.getDistroFilter().screenShape.policy)) { in checkScreenShapeCovered()761 include.addAll(hapVerifyInfo.getDistroFilter().screenShape.value); in checkScreenShapeCovered()762 } else if (EXCLUDE.equals(hapVerifyInfo.getDistroFilter().screenShape.policy)) { in checkScreenShapeCovered()[all …]
514 | screenShape | ScreenShape结构体 | 标识DistroFilter中的screenShape信息 | NA |