Home
last modified time | relevance | path

Searched refs:ideal (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DErrorCalculator.java72 public float calcErrorRS(Bitmap ideal, Bitmap given) { in calcErrorRS() argument
77 mIdealPixelsAllocation = Allocation.createFromBitmap(mRS, ideal, in calcErrorRS()
117 public void calcErrorHeatmapRS(Bitmap ideal, Bitmap given, Bitmap output) { in calcErrorHeatmapRS() argument
118 mIdealPixelsAllocation = Allocation.createFromBitmap(mRS, ideal, in calcErrorHeatmapRS()
132 public static float calcError(Bitmap ideal, Bitmap given) { in calcError() argument
138 for (int x = 0; x < ideal.getWidth(); x += REGION_SIZE) { in calcError()
139 for (int y = 0; y < ideal.getWidth(); y += REGION_SIZE) { in calcError()
140 if (inspectRegion(ideal, x, y)) { in calcError()
153 for (int x = 0; x < ideal.getWidth(); x++) { in calcError()
154 for (int y = 0; y < ideal.getHeight(); y++) { in calcError()
[all …]
DerrorCalculator.rs8 rs_allocation ideal;
17 uchar4 regionColor = rsGetElementAt_uchar4(ideal, x, y);
20 uchar4 testVal = rsGetElementAt_uchar4(ideal, x + j, y + i);
38 uchar4 idealPixel = rsGetElementAt_uchar4(ideal, x, y);
51 float4 idealPixel = rsGetElementAt_float4(ideal, x, y);
/frameworks/support/graphics/drawable/static/tests/src/android/support/graphics/drawable/tests/
DVectorDrawableTest.java235 private void compareImages(Bitmap ideal, Bitmap given, String filename) { in compareImages() argument
236 int idealWidth = ideal.getWidth(); in compareImages()
237 int idealHeight = ideal.getHeight(); in compareImages()
246 int idealColor = ideal.getPixel(x, y); in compareImages()
/frameworks/base/tools/orientationplot/
DREADME.txt67 angle (say, 45 degrees) is between the current orientation's ideal angle
68 (say, 0 degrees) and an adjacent orientation's ideal angle (say, 90 degrees).
/frameworks/base/docs/html/distribute/stories/apps/
Ddrupe-communications.jd36 <dd>From the start, drupe knew Android was their ideal mobile platform.
/frameworks/base/docs/html/training/animation/
Dcrossfade.jd124 "short" duration for the animation. This duration is ideal for subtle animations or
Dzoom.jd134 // duration is ideal for subtle animations or animations that occur
/frameworks/base/docs/html/training/snackbar/
Dshowing.jd30 period. A {@link android.support.design.widget.Snackbar} is ideal
/frameworks/base/docs/html/design/patterns/
Dhelp.jd93 …uestions or feedback through an action button. The action overflow is the ideal place for non-help…
/frameworks/base/docs/html/training/tv/discovery/
Drecommendations.jd28 content. An ideal scenario for many TV users is: sit down, turn on, and watch. The fewest steps
/frameworks/base/docs/html/guide/topics/data/
Dinstall-location.jd14 <li>Installing on the external storage is ideal for large applications that are not tightly
/frameworks/base/docs/html/training/basics/data-storage/
Ddatabases.jd41 <p>Saving data to a database is ideal for repeating or structured data,
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/data-storage/
Ddatabases.jd41 <p>Salvar dados em um banco de dados é ideal para dados que se repetem ou estruturados,
/frameworks/base/docs/html/training/design-navigation/
Ddescendant-lateral.jd66 …tons, fixed-size list views, or text links, although the latter is not an ideal UI (user interface…
/frameworks/base/docs/html/guide/practices/
Dscreen-compat-mode.jd114 a less-than-ideal format.</p>
/frameworks/base/docs/html/topic/performance/
Dnetwork-xfer.jd255 WebP as a format can support both lossy and lossless modes, making it an ideal
/frameworks/base/docs/html/guide/topics/appwidgets/
Dhost.jd360 to be specified at bind time. This is the ideal way to specify app
/frameworks/base/docs/html/guide/topics/search/
Dsearchable-config.jd114 default, the button shows a search icon (a magnifying glass), which is ideal for
/frameworks/base/docs/html/work/
Dguide.jd304 however, there are a couple reasons why this isn’t ideal:
/frameworks/base/docs/html/about/versions/
Dandroid-3.0-highlights.jd227 …an accelerate graphics operations and data processing. Renderscript is an ideal way to create high…
Dkitkat.jd369 Sensor batching is ideal for low-power, long-running use-cases such as
466 navigation bar. It's ideal for rich visual content such as photos, videos,
Djelly-bean.jd207 available in those environments. Restricted profiles are ideal for friends and
1005 <p>Filterscript is ideal for hardware-accelerating simple image-processing and
1466 certification program). Wi-Fi P2P is an ideal way to share media, photos, files and other types of
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_motion.jd211 monitoring relative orientation changes. For example, the rotational vector sensor is ideal if you
/frameworks/base/docs/html/distribute/essentials/quality/
Dcore.jd868 The ideal test environment would include a small number of actual hardware
/frameworks/base/docs/html-intl/intl/pt-br/about/versions/nougat/
Dandroid-7.0-changes.jd544 No entanto, podem continuar a responder a alterações de configurações de forma não ideal.

12