/external/icu4c/i18n/unicode/ |
measunit.h | 22 * \brief C++ API: A unit for measuring a quantity.
|
/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.
|
/external/webkit/Source/WebCore/rendering/svg/ |
SVGTextMetrics.h | 60 // Only useful when measuring individual characters, to lookup ligatures.
|
SVGTextLayoutAttributesBuilder.cpp | 206 // Frequent case for Arabic text: when measuring a single character the arabic isolated form is taken 209 // not equal to the sum of the individual lengths of the glyphs, when measuring them isolated.
|
/frameworks/base/core/java/android/text/ |
TextPaint.java | 23 * data used during text measuring and drawing.
|
/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> — 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/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/ |
WebInspectorShims.js | 57 // ProfileDataGridNode formats values as milliseconds, but we are instead measuring bytes.
|
/external/oprofile/events/alpha/ev5/ |
events | 14 # ??? This one's dependent on the value in PCSEL2: If measuring PC_MISPR, 15 # this is jsr-ret instructions, if measuring BRANCH_MISPREDICTS, this is
|
/frameworks/base/core/java/android/widget/ |
FrameLayout.java | 494 * the VISIBLE or INVISIBLE state, when measuring. Defaults to false. 508 * INVISIBLE state, are considered when measuring. 510 * @return Whether all children are considered when measuring. 524 * INVISIBLE state, are considered when measuring. 526 * @return Whether all children are considered when measuring.
|
/external/bison/lib/ |
timevar.h | 1 /* Timing variables for measuring compiler performance.
|
/external/chromium/chrome/browser/autofill/ |
autofill_metrics.h | 27 // Metrics measuring how well we predict field types. Exactly one metric from
|
/external/skia/bench/ |
TextBench.cpp | 11 short -vs- long strings (measuring overhead)
|
/frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/ |
DataIdleTest.java | 32 * A test that dumps data usage to instrumentation out, used for measuring data usage for idle
|
/packages/apps/Browser/res/values/ |
dimensions.xml | 24 <!-- Height determined by measuring the TableLayout in
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PaintTest.java | 707 // Test measuring the widths of the entire text 710 // Test measuring a substring of the text 713 // Test measuring a substring of zero length. 716 // Test measuring substrings from the front and back [all...] |
/sdk/rule_api/src/com/android/ide/common/api/ |
IClientRulesEngine.java | 204 * @param filter a filter to change attributes in the process of measuring, for 215 * when measuring preferred size.
|
/external/skia/include/core/ |
SkPaint.h | 562 measuring text. The typeface reference count is not affected. 648 @return the paint's scale factor in X for drawing/measuring text 655 @param scaleX set the paint's scale factor in X for drawing/measuring 771 /** When measuring text for breakText(), begin at the start of the text 775 /** When measuring text for breakText(), begin at the end of the text 789 traversed during measuring. [all...] |
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_install_dialog_controller.mm | 149 // wrapping onto multiple lines. So we accumulate an offset by measuring how
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_strip_view.mm | 159 // "short" as 0.8 seconds. (Measuring up-to-up isn't enough to properly
|
/external/mesa3d/docs/ |
MESA_swap_frame_usage.spec | 60 This representation may not be as useful as measuring between
|
/external/webkit/Source/WebCore/platform/graphics/ |
PathTraversalState.cpp | 113 // FIXME: This function is possibly very slow due to the ifs required for proper path measuring
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
ComplexTextController.h | 43 // ComplexTextController is responsible for rendering and measuring glyphs for
|
/frameworks/base/core/java/android/hardware/ |
Sensor.java | 191 * or zero if this sensor only returns a value when the data it's measuring
|
/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
|