/external/webkit/Source/WebCore/platform/graphics/win/ |
SimpleFontDataCGWin.cpp | 83 // This code comes from FontDataMac.mm. We only ever do this when running regression tests so that our metrics will match Mac. 86 // vertical metrics of their Microsoft counterparts that are the de facto
|
/frameworks/base/core/java/android/util/ |
DisplayMetrics.java | 26 * <pre> DisplayMetrics metrics = new DisplayMetrics(); 27 * getWindowManager().getDefaultDisplay().getMetrics(metrics);</pre>
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
IconUtilities.java | 71 DisplayMetrics metrics = mDisplayMetrics = resources.getDisplayMetrics(); local 72 final float density = metrics.density;
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
ListActivity.java | 119 final DisplayMetrics metrics = r.getDisplayMetrics(); local 120 v.setCompoundDrawablePadding((int) (6 * metrics.density + 0.5f));
|
TransparentListActivity.java | 113 final DisplayMetrics metrics = r.getDisplayMetrics(); local 114 v.setCompoundDrawablePadding((int) (6 * metrics.density + 0.5f));
|
ViewLayersActivity.java | 107 final DisplayMetrics metrics = r.getDisplayMetrics(); local 108 v.setCompoundDrawablePadding((int) (6 * metrics.density + 0.5f));
|
ViewLayersActivity2.java | 60 final DisplayMetrics metrics = r.getDisplayMetrics(); local 61 v.setCompoundDrawablePadding((int) (6 * metrics.density + 0.5f));
|
ViewLayersActivity3.java | 57 final DisplayMetrics metrics = r.getDisplayMetrics(); local 58 v.setCompoundDrawablePadding((int) (6 * metrics.density + 0.5f));
|
ViewLayersActivity4.java | 64 final DisplayMetrics metrics = r.getDisplayMetrics(); local 65 v.setCompoundDrawablePadding((int) (6 * metrics.density + 0.5f));
|
ViewLayersActivity5.java | 70 final DisplayMetrics metrics = r.getDisplayMetrics(); local 71 v.setCompoundDrawablePadding((int) (6 * metrics.density + 0.5f));
|
ViewLayersActivity6.java | 80 final DisplayMetrics metrics = r.getDisplayMetrics(); local 81 v.setCompoundDrawablePadding((int) (6 * metrics.density + 0.5f));
|
/frameworks/base/tests/TileBenchmark/tests/src/com/test/tilebenchmark/ |
PerformanceTest.java | 41 for (int metricIndex = 0; metricIndex < Metrics.length; metricIndex++) { 44 Metrics[metricIndex].getLabelId());
|
/external/emma/core/java12/com/vladium/emma/report/ |
ReportProperties.java | 147 public void setMetrics (final IntIntMap metrics) 149 if ($assert.ENABLED) $assert.ASSERT (metrics != null, "null input: metrics"); 151 m_metrics = metrics; 402 final String metricList = getReportProperty (properties, type, IReportProperties.METRICS, true, IReportProperties.DEFAULT_METRICS);
|
/frameworks/base/core/java/android/net/http/ |
AndroidHttpClientConnection.java | 79 private HttpConnectionMetricsImpl metrics = null; field in class:AndroidHttpClientConnection 124 this.metrics = new HttpConnectionMetricsImpl( 261 this.metrics.incrementRequestCount(); 375 this.metrics.incrementResponseCount(); 462 return this.metrics;
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
BitmapDrawable.java | 87 * the display metrics of the resources. 107 * the display metrics of the resources. 212 * @param metrics The DisplayMetrics indicating the density scale for this drawable. 217 public void setTargetDensity(DisplayMetrics metrics) { 218 setTargetDensity(metrics.densityDpi);
|
/external/chromium/chrome/browser/metrics/ |
metrics_service.cc | 157 #include "chrome/browser/metrics/metrics_service.h" 162 #include "base/metrics/histogram.h" 172 #include "chrome/browser/metrics/histogram_synchronizer.h" 173 #include "chrome/browser/metrics/metrics_log.h" 223 static const char kMetricsType[] = "application/vnd.mozilla.metrics.bz2"; 663 DVLOG(1) << "METRICS: NUMBER OF EVENTS = " << current_log_->num_events(); 709 server_url_ = L"https://clients4.google.com/firefox/metrics/collect"; 760 // Bookkeeping for the uninstall metrics. 763 // Save profile metrics [all...] |
/external/chromium/chrome/browser/autofill/ |
personal_data_manager.h | 218 // The first time this is called, logs an UMA metrics for the number of 263 // For logging UMA metrics. Overridden by metrics tests.
|
/external/freetype/src/autofit/ |
afhints.h | 76 * `fake' segments that are generated to hint metrics appropriately, 354 AF_ScriptMetrics metrics; member in struct:AF_GlyphHintsRec_ 420 AF_ScriptMetrics metrics );
|
/external/webkit/Source/WebCore/inspector/front-end/ |
MetricsSidebarPane.js | 31 WebInspector.SidebarPane.call(this, WebInspector.UIString("Metrics")); 83 metricsElement.className = "metrics"; 278 self.dispatchEventToListeners("metrics edited");
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
GalleryUtils.java | 73 DisplayMetrics metrics = new DisplayMetrics(); local 76 wm.getDefaultDisplay().getMetrics(metrics); 77 sPixelDensity = metrics.density;
|
/external/freetype/include/freetype/ |
freetype.h | 204 /* A structure used to model the metrics of a single glyph. The */ 262 /* This structure models the metrics of a bitmap strike (i.e., a set */ 414 /* transformation which is used to load and hint glyphs and metrics. */ 444 /* i.e., the glyph's metrics, its image (bitmap or outline), and */ 1399 FT_Size_Metrics metrics; \/* size metrics *\/ member in struct:FT_SizeRec_ 1613 FT_Glyph_Metrics metrics; member in struct:FT_GlyphSlotRec_ [all...] |
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/ |
AccelerometerPlayActivity.java | 348 DisplayMetrics metrics = new DisplayMetrics(); local 349 getWindowManager().getDefaultDisplay().getMetrics(metrics); 350 mXDpi = metrics.xdpi; 351 mYDpi = metrics.ydpi;
|
/external/chromium/ |
Android.mk | 121 base/metrics/field_trial.cc \ 122 base/metrics/histogram.cc \ 123 base/metrics/stats_counters.cc \ 124 base/metrics/stats_table.cc \
|
/external/chromium/base/metrics/ |
stats_counters.cc | 5 #include "base/metrics/stats_counters.h"
|
/external/chromium/base/win/ |
win_util.h | 40 BASE_API void GetNonClientMetrics(NONCLIENTMETRICS* metrics);
|