Home
last modified time | relevance | path

Searched refs:ideal (Results 1 – 25 of 29) 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 int regionColor = (int) rsGetElementAt_uchar4(ideal, x, y);
20 … interestingRegion |= ((int) rsGetElementAt_uchar4(ideal, x + j, y + i)) != regionColor;
34 uchar4 idealPixel = rsGetElementAt_uchar4(ideal, x, y);
47 float4 idealPixel = rsGetElementAt_float4(ideal, x, y);
/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/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/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/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/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/tools/publishing/
Dpublishing_overview.jd118 an app marketplace such as Google Play is ideal. </p>
/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/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
Dsearch-dialog.jd607 <p>The second scenario using <code>"singleTop"</code> launch mode is usually ideal, because chances
/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.jd370 Sensor batching is ideal for low-power, long-running use-cases such as
467 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/ndk/guides/
Dstandalone_toolchain.jd543 ensures that all required C++ STL code is included into your final binary. This method is ideal if
/frameworks/base/docs/html/distribute/essentials/quality/
Dcore.jd837 The ideal test environment would include a small number of actual hardware
/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-intl/intl/es/distribute/googleplay/quality/
Dcore.jd825 El entorno de prueba ideal debería incluir poca cantidad de dispositivos de
Dtablets.jd639 Lo ideal es que captes su interés de inmediato al mostrarles la IU de para tablets durante
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd522 files, which is obviously not ideal.</p>

12