HomeSort by relevance Sort by last modified time
    Searched refs:RESOLUTIONS (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/print/src/android/print/cts/
PrintAttributesTest.java 77 private final Resolution RESOLUTIONS[] = {
139 * @param resolutions The {@link Resolution resolutions} supported by the printer
148 final int duplexModes[], final int defaultDuplexMode, final Resolution resolutions[],
186 int resolutionsLength = resolutions.length;
188 if (resolutions[i].equals(defaultResolution)) {
189 builder.addResolution(resolutions[i], true);
191 builder.addResolution(resolutions[i], false);
269 * @param resolutions The {@link Resolution resolutions} supported by the printe
    [all...]
CustomPrintOptionsTest.java 87 private final Resolution[] RESOLUTIONS = { DEFAULT_RESOLUTION,
146 .addResolution(RESOLUTIONS[1], false);
395 RESOLUTIONS[1]);
401 RESOLUTIONS[1]);
412 RESOLUTIONS[1]);
  /external/autotest/client/site_tests/video_WebRtcResolutionSwitching/
resolution-switching.js 16 // Available resolutions to switch between. These are 4:3 resolutions chosen
18 // they can be selected for youtube videos. We also avoid higher resolutions
20 const RESOLUTIONS = [
45 new PeerConnection(videoElement, RESOLUTIONS, cpuOveruseDetection));
  /test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
MediaPreparerTest.java 59 for (MediaPreparer.Resolution resolution : MediaPreparer.RESOLUTIONS) {
78 for (MediaPreparer.Resolution resolution : MediaPreparer.RESOLUTIONS) {
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
MediaPreparer.java 119 * Pushing higher resolutions may lead to insufficient storage for installing test APKs.
125 protected static final Resolution[] RESOLUTIONS = {
175 for (Resolution resolution : RESOLUTIONS) {
177 break; // no need to check for resolutions greater than this
276 for (Resolution resolution : RESOLUTIONS) {
  /development/samples/ApiDemos/src/com/example/android/apis/media/projection/
MediaProjectionDemo.java 49 private static final List<Resolution> RESOLUTIONS = new ArrayList<Resolution>() {{
84 this, android.R.layout.simple_list_item_1, RESOLUTIONS);
  /frameworks/base/core/java/com/android/internal/print/
DumpUtils.java 88 writeResolution(proto, "resolutions", PrinterCapabilitiesProto.RESOLUTIONS,

Completed in 343 milliseconds