/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
D | ErrorCalculator.java | 72 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 …]
|
D | errorCalculator.rs | 8 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/ |
D | README.txt | 67 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/ |
D | crossfade.jd | 124 "short" duration for the animation. This duration is ideal for subtle animations or
|
D | zoom.jd | 134 // duration is ideal for subtle animations or animations that occur
|
/frameworks/base/docs/html/training/tv/discovery/ |
D | recommendations.jd | 28 content. An ideal scenario for many TV users is: sit down, turn on, and watch. The fewest steps
|
/frameworks/base/docs/html/design/patterns/ |
D | help.jd | 93 …uestions or feedback through an action button. The action overflow is the ideal place for non-help…
|
/frameworks/base/docs/html/guide/topics/data/ |
D | install-location.jd | 14 <li>Installing on the external storage is ideal for large applications that are not tightly
|
/frameworks/base/docs/html/training/basics/data-storage/ |
D | databases.jd | 41 <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/ |
D | databases.jd | 41 <p>Salvar dados em um banco de dados é ideal para dados que se repetem ou estruturados,
|
/frameworks/base/docs/html/tools/publishing/ |
D | publishing_overview.jd | 118 an app marketplace such as Google Play is ideal. </p>
|
/frameworks/base/docs/html/training/design-navigation/ |
D | descendant-lateral.jd | 66 …tons, fixed-size list views, or text links, although the latter is not an ideal UI (user interface…
|
/frameworks/base/docs/html/guide/practices/ |
D | screen-compat-mode.jd | 114 a less-than-ideal format.</p>
|
/frameworks/base/docs/html/guide/topics/appwidgets/ |
D | host.jd | 360 to be specified at bind time. This is the ideal way to specify app
|
/frameworks/base/docs/html/guide/topics/search/ |
D | searchable-config.jd | 114 default, the button shows a search icon (a magnifying glass), which is ideal for
|
D | search-dialog.jd | 607 <p>The second scenario using <code>"singleTop"</code> launch mode is usually ideal, because chances
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0-highlights.jd | 227 …an accelerate graphics operations and data processing. Renderscript is an ideal way to create high…
|
D | kitkat.jd | 370 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,
|
D | jelly-bean.jd | 207 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/ |
D | standalone_toolchain.jd | 543 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/ |
D | core.jd | 837 The ideal test environment would include a small number of actual hardware
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_motion.jd | 211 monitoring relative orientation changes. For example, the rotational vector sensor is ideal if you
|
/frameworks/base/docs/html-intl/intl/es/distribute/googleplay/quality/ |
D | core.jd | 825 El entorno de prueba ideal debería incluir poca cantidad de dispositivos de
|
D | tablets.jd | 639 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/ |
D | document-provider.jd | 522 files, which is obviously not ideal.</p>
|