Home
last modified time | relevance | path

Searched refs:screenShape (Results 1 – 3 of 3) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DDistroFilter.java31 public ScreenShape screenShape = null; field in DistroFilter
55 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()
DHapVerify.java528 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() argument
750 … (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 …]
/developtools/packing_tool/
DREADME_zh.md514 | screenShape | ScreenShape结构体 | 标识DistroFilter中的screenShape信息 | NA |