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

1 2 34 5 6 7 8 91011>>

  /packages/apps/Camera/src/com/android/camera/ui/
RestoreSettingsItem.java 63 .measure(widthSpec, heightSpec);
IndicatorBar.java 99 component.measure(
106 .measure(widthSpec, heightSpec);
GLListView.java 199 view.measure(widthSpec, MeasureSpec.UNSPECIFIED);
207 .measure(widthSpec, heightSpec);
234 measure(makeMeasureSpec(right - left, MeasureSpec.EXACTLY),
  /packages/apps/Gallery3D/src/com/cooliris/media/
SimpleStringTexture.java 62 // Measure string.
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/
MeasurementSrv.h 57 /* Time in milliseconds to receive a command complete for measure start / stop from the FW */
294 * \brief Finds a measure type index in the measure request array.\n
298 * \param type - the measure type to look for.\n
MeasurementSrv.c 147 /* Register and Enable the Measure Start event in HAL */
156 or after Stop Measure command. */
481 * \brief callback function used by the HAL for measure start event (sent when the FW
492 ("%s: measure start CB called.\n", __FUNCTION__) );
509 * \brief callback function used by the HAL for measure stop event (sent when the FW
520 ("%s: measure complete CB called.\n", __FUNCTION__));
635 ("%s: measure type %d not supported for request %d\n",
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
MeasurementSrv.h 53 /* Time in milliseconds to receive a command complete for measure start / stop from the FW */
298 * \brief Finds a measure type index in the measure request array.\n
302 * \param type - the measure type to look for.\n
MeasurementSrv.c 143 /* Register and Enable the Measure Start event in HAL */
154 or after Stop Measure command. */
457 * \brief callback function used by the HAL for measure start event (sent when the FW
467 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": measure start CB called.\n");
484 * \brief callback function used by the HAL for measure stop event (sent when the FW
494 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": measure complete CB called.\n");
606 TRACE2( pMeasurementSRV->hReport, REPORT_SEVERITY_ERROR, ": measure type %d not supported for request %d\n", pMeasurementSRV->msrRequest.msrTypes[ requestIndex ].msrType, requestIndex);
    [all...]
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2AndroidTest.java 76 // manually measure it, and lay it out
77 mRoot.measure(500, 500);
  /frameworks/base/core/java/android/hardware/
SensorListener.java 66 * All values are in SI units (m/s^2) and measure contact forces.
83 * All values are in micro-Tesla (uT) and measure the ambient magnetic
  /frameworks/base/core/jni/android/graphics/
PathMeasure.cpp 25 client to be sure not to edit the path while we have an active measure
38 reference, so that the java path would not get GD'd while the measure object
  /frameworks/base/docs/html/guide/topics/views/
intro.jd 24 <p>To attach the tree to the screen for rendering, your Activity calls its setContentView() method and passes a reference to the root node object. Once the Android system has the reference to the root node object, it can work directly with the node to invalidate, measure, and draw the tree. When your Activity becomes active and receives focus, the system notifies your activity and requests the root node to measure and draw the tree. The root node then requests that its child nodes draw themselves &mdash; in turn, each viewgroup node in the tree is responsible for drawing its direct children. </p>
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
PERF.awk 2 # measures the rate of the filtered traces. This can be used to measure
44 # after - only measure frames after the specified #
perf_unittest.c 79 /* measure how much TIME's resolution is */
102 /* measure how fast TIME_GET is */
138 /* measure TIME_GET 3 times */
  /external/icu4c/i18n/
fmtable.cpp 22 #include "unicode/measure.h"
47 // of the Measure class, which is true as of 3.0. [alan]
52 return *((const Measure*) a) == *((const Measure*) b);
58 return ((const Measure*) a)->clone();
61 // Return TRUE if *a is an instance of Measure.
63 // LATER: return a->instanceof(Measure::getStaticClassID());
423 return ((const Measure*) fValue.fObject)->
461 return ((const Measure*) fValue.fObject)->
491 return ((const Measure*) fValue.fObject)-
    [all...]
  /hardware/ti/wlan/wl1271/TWD/MacServices/
MeasurementSrv.c 143 /* Register and Enable the Measure Start event in HAL */
154 or after Stop Measure command. */
457 * \brief callback function used by the HAL for measure start event (sent when the FW
467 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": measure start CB called.\n");
484 * \brief callback function used by the HAL for measure stop event (sent when the FW
494 TRACE0( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": measure complete CB called.\n");
606 TRACE2( pMeasurementSRV->hReport, REPORT_SEVERITY_ERROR, ": measure type %d not supported for request %d\n", pMeasurementSRV->msrRequest.msrTypes[ requestIndex ].msrType, requestIndex);
    [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java 71 * We'll calculate the baseline of this layout as we measure vertically; for
526 child.measure(childWidthMeasureSpec,
530 // Measure for this first time here
531 child.measure(childWidthMeasureSpec,
676 // Baseline alignment requires to measure widgets to obtain the
680 // later (and re-measure).
683 child.measure(freeSpec, freeSpec);
    [all...]
Spinner.java 221 // Get measure specs
227 // Measure child
228 child.measure(childWidthSpec, childHeightSpec);
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 396 public void measure() { method in class:SlidingTab.Slider
397 tab.measure(View.MeasureSpec.makeMeasureSpec(0, View.MeasureSpec.UNSPECIFIED),
399 text.measure(View.MeasureSpec.makeMeasureSpec(0, View.MeasureSpec.UNSPECIFIED),
404 * Get the measured tab width. Must be called after {@link Slider#measure()}.
412 * Get the measured tab width. Must be called after {@link Slider#measure()}.
484 mLeftSlider.measure();
485 mRightSlider.measure();
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_xbios.c 282 DEBUG_PRINT((DEBUG_NAME "Not enough memory for the measure\n"));
309 DEBUG_PRINT((DEBUG_NAME "measure %d: freq=%lu KHz\n", i+1, khz));
321 DEBUG_PRINT((DEBUG_NAME "No measure\n"));
  /cts/tests/tests/performance/src/android/performance/cts/
MultiAppStartupTest.java 68 // Measure how long the initial startup of the application takes
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
MeasureText.java 109 showText(canvas, "Measure", Paint.Align.LEFT);
PolyToPoly.java 58 // centering in Y, we need to measure ascent/descent first
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 140 * @return the id of the label, used to measure and draw the label
152 * @return the id of the label, used to measure and draw the label
160 * @return the id of the label, used to measure and draw the label
172 * @return the id of the label, used to measure and draw the label
  /development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
FixedGridLayout.java 78 child.measure(cellWidthSpec, cellHeightSpec);

Completed in 6415 milliseconds

1 2 34 5 6 7 8 91011>>