HomeSort by relevance Sort by last modified time
    Searched full:measuring (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/chromium/third_party/icu/public/i18n/unicode/
measunit.h 22 * \brief C++ API: A unit for measuring a quantity.
  /external/icu4c/i18n/unicode/
measunit.h 22 * \brief C++ API: A unit for measuring a quantity.
  /frameworks/base/core/java/android/text/
TextPaint.java 23 * data used during text measuring and drawing.
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 72 * The measuring specification used to determine its size. Key-press
73 * balloons and candidates balloons have different measuring specifications.
134 * determined by the desired width and balloon's measuring
137 * determined by the desired width and balloon's measuring
151 * determined by the desired width and balloon's measuring
154 * determined by the desired width and balloon's measuring
  /frameworks/base/core/java/android/os/
LatencyTimer.java 24 * A class to help with measuring latency in your code.
30 * The string should be unique at each point of the code you are measuring.
SystemClock.java 57 * when measuring time intervals that may span periods of system sleep.
  /frameworks/base/docs/html/guide/topics/views/
intro.jd 9 <p>A view is an object of base class {@link android.view.View android.view.View}. It's a data structure whose properties store the layout and content for a specific rectangular area of the screen. A View object handles measuring and layout, drawing, focus change, scrolling, and key/gestures for the screen area it represents. </p>
10 <p>The View class serves as a base class for <em>widgets </em> &mdash; a set of fully implemented subclasses that draw interactive screen elements. Widgets handle their own measuring and drawing, so you can use them to build your UI more quickly. The list of widgets available includes Text, EditText, InputMethod, MovementMethod, Button, RadioButton, Checkbox, and ScrollView.</p>
27 measuring its available space, laying out its children, and calling Draw() on
  /external/bison/lib/
timevar.h 1 /* Timing variables for measuring compiler performance.
  /external/skia/bench/
TextBench.cpp 11 short -vs- long strings (measuring overhead)
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
siteMgrApi.h 167 TI_BOOL measuring);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
smeApi.h 77 BOOL measuring);
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
siteMgrApi.h 173 TI_BOOL measuring);
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 696 // Test measuring the widths of the entire text
699 // Test measuring a substring of the text
702 // Test measuring a substring of zero length.
705 // Test measuring substrings from the front and back
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Paint.java 731 * measuring text.
846 * @return the paint's scale factor in X for drawing/measuring text
855 * @param scaleX set the paint's scale in X for drawing/measuring text.
    [all...]
  /external/skia/include/core/
SkPaint.h 566 measuring text. The typeface reference count is not affected.
634 @return the paint's scale factor in X for drawing/measuring text
641 @param scaleX set the paint's scale factor in X for drawing/measuring
762 /** When measuring text for breakText(), begin at the start of the text
766 /** When measuring text for breakText(), begin at the end of the text
780 traversed during measuring.
    [all...]
SkScalerContext.h 89 encounters an error measuring a glyph). Note: this does not alter the
  /packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java 130 /* TODO: this code could be made more efficient by only measuring the additional
131 * characters as we widen the string rather than measuring the whole new
  /external/webkit/WebCore/platform/graphics/
PathTraversalState.cpp 113 // FIXME: This function is possibly very slow due to the ifs required for proper path measuring
  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextController.h 42 // ComplexTextController is responsible for rendering and measuring glyphs for
  /frameworks/base/core/java/android/hardware/
Sensor.java 174 * or zero if this sensor only returns a value when the data it's measuring
  /frameworks/base/core/java/android/pim/vcard/
VCardEntryConstructor.java 62 // For measuring performance.
  /frameworks/base/docs/html/guide/topics/ui/
how-android-draws.jd 31 Drawing the layout is a two pass process: a measure pass and a layout pass. The measuring
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_rt.h 35 int measuring; member in struct:PERF_RTdata_uptime
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
armtime 45 factor=0; # we are measuring after-before as (-before) + (after),
  /packages/apps/Tag/src/com/android/vcard/
VCardEntryConstructor.java 62 // For measuring performance.

Completed in 1058 milliseconds

1 2 3 4 5