Searched refs:measured (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/text/
H A DStaticLayout.java300 * Set indents. Arguments are arrays holding an indent amount, one per line, measured in
333 * + addStyleRun (a text run, to be measured in native code)
334 * + addMeasuredRun (a run already measured in Java, passed into native code)
591 MeasuredText measured = b.mMeasuredText;
655 measured.setPara(source, paraStart, paraEnd, textDir, b);
656 char[] chs = measured.mChars;
657 float[] widths = measured.mWidths;
658 byte[] chdirs = measured.mLevels;
659 int dir = measured.mDir;
660 boolean easy = measured
[all...]
/frameworks/base/tools/preload/
H A DMemoryUsage.java213 MemoryUsage measured = measure();
216 memoryUsage = measured;
/frameworks/rs/api/
H A Drs_math.spec223 To get an inverse cosine measured in degrees, use <code>acospi(a) * 180.f</code>.
294 To get an inverse sine measured in degrees, use <code>asinpi(a) * 180.f</code>.
368 To get an inverse tangent measured in degrees, use <code>atan2pi(n, d) * 180.f</code>.
417 To get an inverse tangent measured in degrees, use <code>atanpi(a) * 180.f</code>.
604 Returns the cosine of an angle measured in radians.
627 Returns the hypebolic cosine of v, where v is measured in radians.
650 Returns the cosine of <code>(v * pi)</code>, where <code>(v * pi)</code> is measured in radians.
652 To get the cosine of a value measured in degrees, call <code>cospi(v / 180.f)</code>.
1850 To get an inverse cosine measured in degrees, use <code>acospi(a) * 180.f</code>.
1935 To get an inverse sine measured i
[all...]
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp655 float measured = 0; local
665 if (measured + width > maxWidth) {
672 measured += width;
678 array[0] = measured;
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp407 nsecs_t bestGap, measured; local
415 measured = tbase - ((tmono + tmono2) >> 1);
418 return measured;
/frameworks/av/services/audioflinger/
H A DThreads.cpp286 nsecs_t bestGap, measured; local
294 measured = tbase - ((tmono + tmono2) >> 1);
304 if (llabs(*offset - measured) > toleranceNs) {
306 (long long)*offset, (long long)measured);
307 *offset = measured;

Completed in 373 milliseconds