Searched refs:resolutions (Results 1 – 12 of 12) sorted by relevance
438 ArraySet<Point> resolutions = new ArraySet<>(2); in getSupportedResolutionsLocked() local441 resolutions.add(new Point(mode.getPhysicalWidth(), mode.getPhysicalHeight())); in getSupportedResolutionsLocked()443 Point[] sortedArray = new Point[resolutions.size()]; in getSupportedResolutionsLocked()444 resolutions.toArray(sortedArray); in getSupportedResolutionsLocked()
2438 Point[] resolutions = displayDevice.getSupportedResolutionsLocked(); in setUserPreferredModeForDisplayLocked() local2439 if (resolutions.length == 2) { in setUserPreferredModeForDisplayLocked()2441 int resolutionMode = newMode.equals(resolutions[0]) ? RESOLUTION_MODE_HIGH in setUserPreferredModeForDisplayLocked()2442 : newMode.equals(resolutions[1]) ? RESOLUTION_MODE_FULL in setUserPreferredModeForDisplayLocked()
1061 final List<ResolveInfo> resolutions = new ArrayList<>(); in testResolveSecondaryHomeActivityForced() local1065 resolutions.add(resolveInfo); in testResolveSecondaryHomeActivityForced()1066 doReturn(resolutions).when(mRootWindowContainer).resolveActivities(anyInt(), in testResolveSecondaryHomeActivityForced()1087 final List<ResolveInfo> resolutions = new ArrayList<>(); in testResolveSecondaryHomeActivityWhenPrimaryHomeNotSupportMultiDisplay() local1088 doReturn(resolutions).when(mRootWindowContainer).resolveActivities(anyInt(), any()); in testResolveSecondaryHomeActivityWhenPrimaryHomeNotSupportMultiDisplay()1108 final List<ResolveInfo> resolutions = new ArrayList<>(); in testResolveSecondaryHomeActivityWhenPrimaryHomeSupportMultiDisplay() local1117 resolutions.add(infoFake1); in testResolveSecondaryHomeActivityWhenPrimaryHomeSupportMultiDisplay()1118 resolutions.add(infoFake2); in testResolveSecondaryHomeActivityWhenPrimaryHomeSupportMultiDisplay()1119 doReturn(resolutions).when(mRootWindowContainer).resolveActivities(anyInt(), any()); in testResolveSecondaryHomeActivityWhenPrimaryHomeSupportMultiDisplay()1140 final List<ResolveInfo> resolutions = new ArrayList<>(); in testResolveSecondaryHomeActivityWhenOtherActivitySupportMultiDisplay() local[all …]
45 If the error cannot be fixed immediately, there are 3 possible resolutions:
12 possible resolutions:
314 // The response counters of host resolutions317 // The response counters of service resolutions328 // The EMA latency of host resolutions in milliseconds331 // The EMA latency of service resolutions in milliseconds
94 // List of supported resolutions95 repeated ResolutionProto resolutions = 3; field
1564 final List<ResolveInfo> resolutions = resolveActivities(userId, homeIntent); in resolveSecondaryHomeActivity() local1565 final int size = resolutions.size(); in resolveSecondaryHomeActivity()1569 ResolveInfo resolveInfo = resolutions.get(i); in resolveSecondaryHomeActivity()1579 aInfo = resolutions.get(0).activityInfo; in resolveSecondaryHomeActivity()1606 List<ResolveInfo> resolutions; in resolveActivities() local1610 resolutions = AppGlobals.getPackageManager().queryIntentActivities(homeIntent, in resolveActivities()1614 resolutions = new ArrayList<>(); in resolveActivities()1616 return resolutions; in resolveActivities()
73 description: "Feature flag to enable voting for ranges of resolutions"
907 List<Resolution> resolutions = capabilities.getResolutions(); in onAdvancedPrintOptionsActivityResult() local908 final int resolutionCount = resolutions.size(); in onAdvancedPrintOptionsActivityResult()910 Resolution resolution = resolutions.get(i); in onAdvancedPrintOptionsActivityResult()
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
2601 * and at different resolutions. The x, y coordinates provided here are in the2617 * and at different resolutions. The x, y coordinates provided here are in the2633 * and at different resolutions. The x, y coordinates provided here are in the