/frameworks/base/core/java/android/text/ |
D | StaticLayout.java | 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.mEasy; 719 measured.addStyleRun(paint, spanLen, fm); 727 measured.addStyleRun(paint, spans, spanLen, fm); 853 measured.setPara(source, bufEnd, bufEnd, textDir, b); [all …]
|
/frameworks/native/cmds/flatland/ |
D | README.txt | 29 measured, each sample measurement runs for between 50 and 200 ms, so a sleep 51 was measured. The third column is the measured benchmark result. It 67 varies - This indicates that the scenario was measured, but it did not
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 37 filtered accelerometer data, measured tilt and orientation angle, confidence 63 the measured orientation angle is now within the gap between the new 66 In other words, the hysteresis gap applies only when the measured orientation 76 4. The orientation angle is not measured when the tilt is too close to 90 or -90
|
/frameworks/rs/api/ |
D | rs_math.spec | 223 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 in degrees, use <code>asinpi(a) * 180.f</code>. [all …]
|
/frameworks/base/tools/preload/ |
D | MemoryUsage.java | 213 MemoryUsage measured = measure(); in run() local 216 memoryUsage = measured; in run()
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | how-android-draws.jd | 55 A {@link android.view.View} object's measured width and 56 measured height values must respect the constraints imposed by the 85 want to be measured and positioned. The base
|
D | declaring-layout.jd | 262 The first pair is known as <em>measured width</em> and 263 <em>measured height</em>. These dimensions define how big a view wants to be 265 measured dimensions can be obtained by calling {@link android.view.View#getMeasuredWidth()} 274 measured width and height. The width and height can be obtained by calling
|
D | custom-components.jd | 172 measured width and height once they have been calculated. If you fail to
|
/frameworks/base/docs/html/training/performance/battery/network/ |
D | analyze-data.jd | 39 Figure 1 shows suboptimal network traffic from app, as measured by the Network Traffic tool. The 49 <strong>Figure 1.</strong> Battery-inefficient network activity measured from an app. 62 <strong>Figure 2.</strong> Battery-efficient network activity measured from an app.
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.2.jd | 96 target specific screen ranges by their dimensions, measured in 110 measured in density-independent pixel ("dp") units. Of the screen's height or 121 current horizontal or vertical space available for application layout, measured 146 examples, measured in "dp" units. </p> 195 current height, measured in density-independent pixels.</p> 200 the resource should be used, measured in "dp" units. As mentioned above, a 205 width or height on which the resource should be used, measured in "dp" units. As
|
/frameworks/rs/scriptc/ |
D | rs_math.rsh | 282 * To get an inverse cosine measured in degrees, use acospi(a) * 180.f. 401 * To get an inverse sine measured in degrees, use asinpi(a) * 180.f. 524 * To get an inverse tangent measured in degrees, use atan2pi(n, d) * 180.f. 608 * To get an inverse tangent measured in degrees, use atanpi(a) * 180.f. 1199 * Returns the cosine of an angle measured in radians. 1238 * Returns the hypebolic cosine of v, where v is measured in radians. 1277 * Returns the cosine of (v * pi), where (v * pi) is measured in radians. 1279 * To get the cosine of a value measured in degrees, call cospi(v / 180.f). 3778 * To get an inverse cosine measured in degrees, use acospi(a) * 180.f. 3925 * To get an inverse sine measured in degrees, use asinpi(a) * 180.f. [all …]
|
/frameworks/base/docs/html/distribute/stories/games/ |
D | g4a-indian-rummy.jd | 80 Translation Service, the turnaround time is usually measured in days instead
|
/frameworks/base/core/jni/android/graphics/ |
D | Paint.cpp | 655 float measured = 0; in breakText() local 665 if (measured + width > maxWidth) { in breakText() 672 measured += width; in breakText() 678 array[0] = measured; in breakText()
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | linear.jd | 70 all three fields are measured. If the third field is then given a weight of 2 (instead of 0), then
|
/frameworks/base/docs/html/training/material/ |
D | shadows-clipping.jd | 72 <p>The Z values are measured in dp (density-independent pixels).</p>
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_math.jd | 1531 <p> To get an inverse cosine measured in degrees, use <code>acospi(a) * 180.f</code>. 1651 <p> To get an inverse sine measured in degrees, use <code>asinpi(a) * 180.f</code>. 1783 <p> To get an inverse tangent measured in degrees, use <code>atan2pi(n, d) * 180.f</code>. 1864 <p> To get an inverse tangent measured in degrees, use <code>atanpi(a) * 180.f</code>. 2567 <p> Returns the cosine of an angle measured in radians. 2606 <p> Returns the hypebolic cosine of v, where v is measured in radians. 2645 <p> Returns the cosine of <code>(v * pi)</code>, where <code>(v * pi)</code> is measured in radians. 2648 <p> To get the cosine of a value measured in degrees, call <code>cospi(v / 180.f)</code>. 4634 <p> To get an inverse cosine measured in degrees, use <code>acospi(a) * 180.f</code>. 4772 <p> To get an inverse sine measured in degrees, use <code>asinpi(a) * 180.f</code>. [all …]
|
/frameworks/base/docs/html/distribute/analyze/ |
D | measure.jd | 34 the reports. There are over 300 Metrics measured to help you quantify things like:
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_environment.jd | 189 humidity is measured in grams/meter<sup>3</sup>. The following equation shows how you
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | optimizing-layout.jd | 42 expensive as each child needs to be measured twice. This is particularly important when the layout
|
/frameworks/base/docs/html/design/patterns/ |
D | accessibility.jd | 79 … font size in your app, mark text and their associated containers to be measured in <a href="{@doc…
|
/frameworks/base/docs/html/training/gestures/ |
D | viewgroup.jd | 183 as measured in pixels per second. For example:</p>
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Device.cpp | 407 nsecs_t bestGap, measured; in getMonoToBoottimeOffset() local 415 measured = tbase - ((tmono + tmono2) >> 1); in getMonoToBoottimeOffset() 418 return measured; in getMonoToBoottimeOffset()
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | cache-bitmap.jd | 111 // The cache size will be measured in kilobytes rather than
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 286 nsecs_t bestGap, measured; in adjustTimebaseOffset() local 294 measured = tbase - ((tmono + tmono2) >> 1); in adjustTimebaseOffset() 304 if (llabs(*offset - measured) > toleranceNs) { in adjustTimebaseOffset() 306 (long long)*offset, (long long)measured); in adjustTimebaseOffset() 307 *offset = measured; in adjustTimebaseOffset()
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | calendar-provider.jd | 819 <td>The end minute of the instance measured from midnight in the 835 <td>The start minute of the instance measured from midnight, relative to the
|