Home
last modified time | relevance | path

Searched refs:mMetrics (Results 1 – 5 of 5) sorted by relevance

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DDeviceInfoResult.java70 private Map<String, String> mMetrics = new HashMap<String, String>(); field in DeviceInfoResult
81 if (mMetrics.isEmpty()) { in serialize()
89 Map<String, String> metricsCopy = new HashMap<String, String>(mMetrics); in serialize()
252 mMetrics.put(DeviceInfoConstants.FEATURES, parseFeatures(parser)); in parse()
254 mMetrics.put(DeviceInfoConstants.PROCESSES, parseProcess(parser)); in parse()
256 mMetrics.put(DeviceInfoConstants.SYS_LIBRARIES, parseSystemLibraries(parser)); in parse()
258 mMetrics.put(DeviceInfoConstants.OPEN_GL_COMPRESSED_TEXTURE_FORMATS, in parse()
347 mMetrics.put(parser.getAttributeName(i), parser.getAttributeValue(i)); in addMetricsFromAttributes()
358 if (mMetrics.isEmpty()) { in populateMetrics()
360 mMetrics.putAll(metrics); in populateMetrics()
[all …]
DTestPackageResult.java62 private Map<String, String> mMetrics = new HashMap<String, String>(); field in TestPackageResult
244 mMetrics.putAll(metrics); in populateMetrics()
312 return mMetrics; in getMetrics()
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/ui/
DMainFragment.java91 private DisplayMetrics mMetrics;
136 mMetrics = new DisplayMetrics();
137 getActivity().getWindowManager().getDefaultDisplay().getMetrics(mMetrics);
/cts/tests/tests/content/src/android/content/res/cts/
DConfigTest.java90 final DisplayMetrics mMetrics; field in ConfigTest.TotalConfig
94 mMetrics = new DisplayMetrics(); in TotalConfig()
122 mMetrics.widthPixels = value; in setProperty()
123 mMetrics.noncompatWidthPixels = value; in setProperty()
126 mMetrics.heightPixels = value; in setProperty()
127 mMetrics.noncompatHeightPixels = value; in setProperty()
131 mMetrics.density = (((float)value)/((float)DisplayMetrics.DENSITY_DEFAULT)); in setProperty()
132 mMetrics.noncompatDensity = mMetrics.density; in setProperty()
188 return new Resources(assmgr, mMetrics, mConfig); in getResources()
/cts/tools/dex-tools/dex/
Dclasses.out.dex25647 final android.util.DisplayMetrics mMetrics