Home
last modified time | relevance | path

Searched refs:Resolution (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DComponentAliasResolver.java368 public static class Resolution<T> { class in ComponentAliasResolver
377 public Resolution(T source, T resolved) { in Resolution() method in ComponentAliasResolver.Resolution
399 public Resolution<ComponentName> resolveComponentAlias( in resolveComponentAlias()
405 return new Resolution<>(null, null); in resolveComponentAlias()
421 return new Resolution<>(alias, target); in resolveComponentAlias()
429 public Resolution<ComponentName> resolveService( in resolveService()
432 Resolution<ComponentName> result = resolveComponentAlias(() -> { in resolveService()
458 public Resolution<ResolveInfo> resolveReceiver(@NonNull Intent intent, in resolveReceiver()
462 final Resolution<ComponentName> resolution = resolveComponentAlias(() -> in resolveReceiver()
466 return new Resolution<>(receiver, null); // It's not an alias. in resolveReceiver()
[all …]
H A DActiveServices.java4198 final ComponentAliasResolver.Resolution<ComponentName> resolution = in retrieveServiceLocked()
H A DActivityManagerService.java450 import com.android.server.am.ComponentAliasResolver.Resolution;
14312 final Resolution<ResolveInfo> resolution = in collectReceiverComponents()
/aosp14/frameworks/base/core/java/com/android/internal/jank/
H A DDisplayResolutionTracker.java65 public @interface Resolution { annotation in DisplayResolutionTracker
102 @Resolution int resolution = getResolution(info); in updateDisplay()
112 @Resolution
121 @Resolution
/aosp14/frameworks/base/core/java/android/print/
H A DPrintAttributes.java86 private @Nullable Resolution mResolution;
135 public @Nullable Resolution getResolution() { in getResolution()
146 public void setResolution(Resolution resolution) { in setResolution()
276 Resolution oldResolution = getResolution(); in asPortrait()
277 Resolution newResolution = new Resolution( in asPortrait()
314 Resolution oldResolution = getResolution(); in asLandscape()
315 Resolution newResolution = new Resolution( in asLandscape()
1124 public static final class Resolution { class in PrintAttributes
1213 static Resolution createFromParcel(Parcel parcel) { in createFromParcel()
1214 return new Resolution( in createFromParcel()
[all …]
H A DPrinterCapabilitiesInfo.java27 import android.print.PrintAttributes.Resolution;
64 private @NonNull List<Resolution> mResolutions;
111 mResolutions = new ArrayList<Resolution>(other.mResolutions); in copyFrom()
140 public @NonNull List<Resolution> getResolutions() { in getResolutions()
402 mResolutions = new ArrayList<Resolution>(); in readResolutions()
405 mResolutions.add(Resolution.createFromParcel(parcel)); in readResolutions()
506 public @NonNull Builder addResolution(@NonNull Resolution resolution, boolean isDefault) { in addResolution()
508 mPrototype.mResolutions = new ArrayList<Resolution>(); in addResolution()
/aosp14/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp693Resolution::Step{Resolution::Step::Type::OVERLAID_INLINE, String8(), result->cookie}); in FindEntry()
743 Resolution::Step{Resolution::Step::Type::OVERLAID, overlay_result->config.toString(), in FindEntry()
821 Resolution::Step::Type resolution_type; in FindEntryInternal()
823 resolution_type = Resolution::Step::Type::INITIAL; in FindEntryInternal()
827 resolution_type = Resolution::Step::Type::OVERLAID; in FindEntryInternal()
830 last_resolution_.steps.push_back(Resolution::Step{Resolution::Step::Type::SKIPPED, in FindEntryInternal()
847 last_resolution_.steps.push_back(Resolution::Step{Resolution::Step::Type::NO_ENTRY, in FindEntryInternal()
901 last_resolution_ = Resolution{}; in ResetResourceResolution()
948 {Resolution::Step::Type::OVERLAID, "Overlaid"}, in GetLastResourceResolution()
950 {Resolution::Step::Type::SKIPPED, "Skipped"}, in GetLastResourceResolution()
[all …]
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager2.h484 struct Resolution { struct
527 mutable Resolution last_resolution_; argument
/aosp14/frameworks/base/core/proto/android/service/
H A Dprint.proto234 // Resolution in horizontal orientation
237 // Resolution in vertical orientation
266 // Resolution to use
/aosp14/frameworks/base/core/java/com/android/internal/print/
H A DDumpUtils.java172 @NonNull PrintAttributes.Resolution res) { in writeResolution()
219 PrintAttributes.Resolution res = attributes.getResolution(); in writePrintAttributes()
/aosp14/frameworks/base/core/tests/coretests/src/android/print/
H A DIPrintManagerParametersTest.java37 import android.print.PrintAttributes.Resolution;
143 .addResolution(new Resolution("300x300",
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java54 import android.print.PrintAttributes.Resolution;
899 Resolution oldResolution = currAttributes.getResolution(); in onAdvancedPrintOptionsActivityResult()
900 Resolution newResolution = newAttributes.getResolution(); in onAdvancedPrintOptionsActivityResult()
904 List<Resolution> resolutions = capabilities.getResolutions(); in onAdvancedPrintOptionsActivityResult()
907 Resolution resolution = resolutions.get(i); in onAdvancedPrintOptionsActivityResult()
1229 Resolution resolution = attributes.getResolution(); in updatePrintAttributesFromCapabilities()
2653 builder.addResolution(new Resolution("PDF resolution", "PDF resolution", 300, 300), in createFakePdfPrinter()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java49 import android.print.PrintAttributes.Resolution;
1025 Resolution resolution = attributes.getResolution(); in doWriteStateLocked()
1293 Resolution resolution = new Resolution(id, label, horizontalDpi, verticalDpi); in parsePrintJobLocked()
/aosp14/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
H A DWorkflowTest.java120 .addResolution(new PrintAttributes.Resolution("300x300", "300x300", 300, 300), in addPrinter()
/aosp14/frameworks/base/services/
H A Dart-profile799 …m/android/server/am/ComponentAliasResolver$Resolution;Lcom/android/server/am/ComponentAliasResolve…
980 …m/android/server/am/ComponentAliasResolver$Resolution;Lcom/android/server/am/ComponentAliasResolve…
1708 HSPLcom/android/server/am/ComponentAliasResolver$Resolution;-><init>(Ljava/lang/Object;Ljava/lang/O…
1709Resolution;->getAlias()Ljava/lang/Object;+]Lcom/android/server/am/ComponentAliasResolver$Resolutio…
1710 HSPLcom/android/server/am/ComponentAliasResolver$Resolution;->getTarget()Ljava/lang/Object;
1711 HSPLcom/android/server/am/ComponentAliasResolver$Resolution;->isAlias()Z
1713 …ponentAlias(Ljava/util/function/Supplier;)Lcom/android/server/am/ComponentAliasResolver$Resolution;
1714 …liasResolver$Resolution;+]Lcom/android/server/am/ComponentAliasResolver$Resolution;Lcom/android/se…
1715 …liasResolver$Resolution;+]Lcom/android/server/am/ComponentAliasResolver$Resolution;Lcom/android/se…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt34834 method @Nullable public android.print.PrintAttributes.Resolution getResolution();
34851 …oid.print.PrintAttributes.Builder setResolution(@NonNull android.print.PrintAttributes.Resolution);
34969 public static final class PrintAttributes.Resolution {
34970 …ctor public PrintAttributes.Resolution(@NonNull String, @NonNull String, @IntRange(from=1) int, @I…
35085 … method @NonNull public java.util.List<android.print.PrintAttributes.Resolution> getResolutions();
35093 …CapabilitiesInfo.Builder addResolution(@NonNull android.print.PrintAttributes.Resolution, boolean);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt40975 Landroid/print/PrintAttributes$Resolution;->createFromParcel(Landroid/os/Parcel;)Landroid/print/Pri…
40976 Landroid/print/PrintAttributes$Resolution;->mHorizontalDpi:I
40977 Landroid/print/PrintAttributes$Resolution;->mId:Ljava/lang/String;
40978 Landroid/print/PrintAttributes$Resolution;->mLabel:Ljava/lang/String;
40979 Landroid/print/PrintAttributes$Resolution;->mVerticalDpi:I
40980 Landroid/print/PrintAttributes$Resolution;->writeToParcel(Landroid/os/Parcel;)V
40996 Landroid/print/PrintAttributes;->mResolution:Landroid/print/PrintAttributes$Resolution;
41001 Landroid/print/PrintAttributes;->setResolution(Landroid/print/PrintAttributes$Resolution;)V
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...