HomeSort by relevance Sort by last modified time
    Searched full:measure (Results 201 - 225 of 449) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/widget/
Gallery.java 782 // Get measure specs
788 // Measure child
789 child.measure(childWidthSpec, childHeightSpec);
    [all...]
AbsSpinner.java 156 * @see android.view.View#measure(int, int)
HorizontalScrollView.java 113 * When set to true, the scroll view measure its child to make it fill the currently
325 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]
PopupWindow.java 646 * <p>Change the width and height measure specs that are given to the
651 * {@link ViewGroup.LayoutParams#MATCH_PARENT} to have that measure
658 * @param widthSpec an explicit width measure spec mode, either
662 * @param heightSpec an explicit height measure spec mode, either
    [all...]
ScrollView.java 107 * When set to true, the scroll view measure its child to make it fill the currently
320 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]
  /dalvik/vm/
Dvm.mk 329 # measure, too.
  /development/apps/FontLab/src/com/android/fontlab/
FontLab.java 66 + " last full measure of devotion - that we here highly resolve that"
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/generators/
DSAParametersGenerator.java 32 * @param certainty measure of robustness of prime (for FIPS 186-2 compliance this should be at least 80).
  /external/chromium/third_party/icu/
icui18n.scons 308 'source/i18n/measure.cpp',
  /external/chromium/third_party/icu/source/test/perf/collationperf/
CollPerf.pl 176 useful. They measure differences, where positive is better for ICU4C, and
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 176 useful. They measure differences, where positive is better for ICU4C, and
  /external/netperf/
netcpu_ntperf.c 197 // setup to measure timestamps with the high resolution timers.
  /external/quake/quake/src/WinQuake/
quakedef.h 440 // Measure fastest / slowest frames
  /external/skia/src/core/
SkPoint.cpp 303 #ifdef SK_DEBUGx // measure how far we are from unit-length
  /external/webkit/JavaScriptCore/wtf/
CurrentTime.cpp 165 // QueryPerformanceCounter has high resolution, but is only usable to measure time intervals.
  /external/webkit/WebCore/platform/graphics/
FontFastPath.cpp 204 // Start from 0 since drawing and highlighting also measure the characters before run->from
  /external/webkit/WebCore/platform/graphics/chromium/
FontUtilsChromiumWin.cpp 312 // we need to measure whether using SHA256 (after coercing all the
  /frameworks/base/core/java/android/view/
ViewRoot.java 839 host.measure(childWidthMeasureSpec, childHeightMeasureSpec);
843 System.out.println("performTraversals -- after measure");
    [all...]
  /frameworks/base/include/utils/
List.h 259 * Measure the distance between two iterators. On exist, "first"
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 418 // measure the views
422 // measure the full size needed by the layout.
427 view.measure(w_spec, h_spec);
445 view.measure(w_spec, h_spec);
    [all...]
  /libcore/luni/src/main/java/java/lang/
StrictMath.java 906 * Returns the measure in degrees of the supplied radian angle. The result
920 * @return the degree measure of the angle.
927 * Returns the measure in radians of the supplied degree angle. The result
941 * @return the radian measure of the angle.
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
GLView.java 306 public void measure(int widthSpec, int heightSpec) { method in class:GLView
  /packages/apps/Gallery3D/src/com/cooliris/media/
PopupMenu.java 220 // Measure the menu options.
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 241 mBalloonView.measure(widthMeasureSpec, heightMeasureSpec);
  /cts/tests/tests/widget/src/android/widget/cts/
HorizontalScrollViewTest.java 391 child.measure(MeasureSpec.makeMeasureSpec(100, MeasureSpec.EXACTLY),
417 child.measure(MeasureSpec.makeMeasureSpec(100, MeasureSpec.EXACTLY),

Completed in 4529 milliseconds

1 2 3 4 5 6 7 891011>>