Home
last modified time | relevance | path

Searched refs:measurements (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/location/java/android/location/
DGpsMeasurementsEvent.java79 public GpsMeasurementsEvent(GpsClock clock, GpsMeasurement[] measurements) { in GpsMeasurementsEvent() argument
83 if (measurements == null || measurements.length == 0) { in GpsMeasurementsEvent()
89 Collection<GpsMeasurement> measurementCollection = Arrays.asList(measurements); in GpsMeasurementsEvent()
/frameworks/base/media/jni/audioeffect/
Dandroid_media_Visualizer.cpp622 int32_t measurements[2]; in android_media_visualizer_native_getPeakRms() local
625 2, measurements)); in android_media_visualizer_native_getPeakRms()
628 env->SetIntField(jPeakRmsObj, fields.fidPeak, measurements[MEASUREMENT_IDX_PEAK]); in android_media_visualizer_native_getPeakRms()
629 env->SetIntField(jPeakRmsObj, fields.fidRms, measurements[MEASUREMENT_IDX_RMS]); in android_media_visualizer_native_getPeakRms()
/frameworks/av/include/media/
DVisualizer.h123 status_t getIntMeasurements(uint32_t type, uint32_t number, int32_t *measurements);
/frameworks/av/media/libmedia/
DVisualizer.cpp224 status_t Visualizer::getIntMeasurements(uint32_t type, uint32_t number, int32_t *measurements) { in getIntMeasurements() argument
250 &replySize, measurements); in getIntMeasurements()
/frameworks/native/opengl/tests/hwc/
DhwcCommit.cpp273 vector<meas> measurements; variable
448 measurements.push_back(meas); in main()
449 measPtr = &measurements[measurements.size() - 1]; in main()
595 printOverlapLine(indent, *it, measurements[it in main()
604 printOverlapLine(indent, *it, measurements[it in main()
613 printOverlapLine(indent, *it, measurements[it in main()
/frameworks/base/docs/html/guide/topics/ui/
Dhow-android-draws.jd43 its measurements. The second pass happens in
59 children's measurements. A parent {@link android.view.View} may call
Dcustom-components.jd168 accurately report the measurements of its contained parts. This is made
184 the restrictions on the width and height measurements you should produce. A
203 measurements. Failure to do this will result in an exception being
Ddeclaring-layout.jd211 <p>You can specify width and height with exact measurements, though you probably
223 pixels is not recommended. Instead, using relative measurements such as
/frameworks/base/docs/html/training/custom-views/
Doptimizing-view.jd73 to be. If it finds conflicting measurements, it may need to traverse the hierarchy multiple times.
85 shape of its children, and thus avoid traversing its children to calculate measurements. The
/frameworks/base/docs/html/design/style/
Dmetrics-grids.jd30 on a 160 dpi (mdpi) screen.">dp</acronym> measurements instead of pixels.</p>
/frameworks/base/docs/html/design/downloads/
Dindex.jd83 <p>The toolkit contains detailed specs and measurements of all of the primary Android Wear UI compo…
143 <p>Detailed specifications and measurements for the the background canvas, notification cards, and
/frameworks/base/docs/html/google/play-services/
Dlocation.jd92 It also includes two activities that indicate unreliable measurements: unknown and tilt.
/frameworks/base/docs/html/training/multiscreen/
Dscreendensities.jd48 measurements.</p>
/frameworks/base/docs/html/training/wearables/watch-faces/
Dissues.jd117 resolutions. Your watch face should adapt to these variations by using relative measurements
/frameworks/base/docs/html/design/wear/
Dwatchfaces.jd246 <p>For more information about measurements and positioning of system UI elements, see
344 <p>To obtain watch face design examples and detailed measurements for the system UI elements, see
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_position.jd367 include some bias, but their measurements contain fewer jumps from corrections applied through
Dsensors_motion.jd431 include some bias, but their measurements contain fewer jumps from corrections applied through
/frameworks/base/services/core/jni/
Dcom_android_server_location_GpsLocationProvider.cpp1214 GpsMeasurement* gpsMeasurements = data->measurements; in translate_gps_measurements()
/frameworks/base/docs/html/tools/testing/
Dtesting_otheride.jd453 performance measurements, so that they are not formatted as test results. This flag is
/frameworks/base/docs/html/tools/help/
Dadb.jd563 {@code [-e perf true]} to generate raw output for performance measurements.
/frameworks/base/docs/html/about/versions/
Djelly-bean.jd272 raw measurements as well as estimated biases to apps. </p>