/frameworks/base/location/java/android/location/ |
D | GpsMeasurementsEvent.java | 79 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/ |
D | android_media_Visualizer.cpp | 622 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/ |
D | Visualizer.h | 123 status_t getIntMeasurements(uint32_t type, uint32_t number, int32_t *measurements);
|
/frameworks/av/media/libmedia/ |
D | Visualizer.cpp | 224 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/ |
D | hwcCommit.cpp | 273 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/ |
D | how-android-draws.jd | 43 its measurements. The second pass happens in 59 children's measurements. A parent {@link android.view.View} may call
|
D | custom-components.jd | 168 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
|
D | declaring-layout.jd | 211 <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/ |
D | optimizing-view.jd | 73 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/ |
D | metrics-grids.jd | 30 on a 160 dpi (mdpi) screen.">dp</acronym> measurements instead of pixels.</p>
|
/frameworks/base/docs/html/design/downloads/ |
D | index.jd | 83 <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/ |
D | location.jd | 92 It also includes two activities that indicate unreliable measurements: unknown and tilt.
|
/frameworks/base/docs/html/training/multiscreen/ |
D | screendensities.jd | 48 measurements.</p>
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | issues.jd | 117 resolutions. Your watch face should adapt to these variations by using relative measurements
|
/frameworks/base/docs/html/design/wear/ |
D | watchfaces.jd | 246 <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/ |
D | sensors_position.jd | 367 include some bias, but their measurements contain fewer jumps from corrections applied through
|
D | sensors_motion.jd | 431 include some bias, but their measurements contain fewer jumps from corrections applied through
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_GpsLocationProvider.cpp | 1214 GpsMeasurement* gpsMeasurements = data->measurements; in translate_gps_measurements()
|
/frameworks/base/docs/html/tools/testing/ |
D | testing_otheride.jd | 453 performance measurements, so that they are not formatted as test results. This flag is
|
/frameworks/base/docs/html/tools/help/ |
D | adb.jd | 563 {@code [-e perf true]} to generate raw output for performance measurements.
|
/frameworks/base/docs/html/about/versions/ |
D | jelly-bean.jd | 272 raw measurements as well as estimated biases to apps. </p>
|