HomeSort by relevance Sort by last modified time
    Searched refs:measure (Results 126 - 150 of 166) sorted by null

1 2 3 4 56 7

  /frameworks/base/core/java/android/widget/
Gallery.java 898 // Get measure specs
904 // Measure child
905 child.measure(childWidthSpec, childHeightSpec);
    [all...]
RemoteViewsAdapter.java 496 firstView.measure(
    [all...]
StackView.java     [all...]
  /frameworks/base/libs/hwui/
FontRenderer.cpp 525 mCurrentFont->measure(paint, text, startIndex, len, numGlyphs, &bounds, positions);
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardWidgetPager.java 653 // On the very first measure pass, if the challenge is showing, we need to make sure
848 // We need to force measure the PagedView so that the calls to update the scroll
850 measure(mLastWidthMeasureSpec, mLastHeightMeasureSpec);
    [all...]
PagedView.java 593 // We measure the dimensions of the PagedView to be larger than the pages so that when we
661 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 400 // When we see a move, measure the distance from the last touchStart
  /frameworks/base/core/java/android/text/
TextUtils.java     [all...]
Layout.java 852 float wid = tl.measure(offset - start, trailing, null);
    [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 528 view.measure(view.mOldWidthMeasureSpec, view.mOldHeightMeasureSpec);
    [all...]
ViewGroup.java     [all...]
ViewRootImpl.java 115 * at 60 Hz. This can be used to measure the potential framerate.
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 446 // only do the screen measure when needed.
471 // Then measure only the content with UNSPECIFIED to see the size difference
474 // first measure the full layout, with EXACTLY to get the size of the
481 // now measure the content only using UNSPECIFIED (where applicable, based on
507 // measure again with the size we need
589 * Executes {@link View#measure(int, int)} on a given view with the given parameters (used
590 * to create measure specs with {@link MeasureSpec#makeMeasureSpec(int, int)}.
595 * @param viewToMeasure the view on which to execute measure().
607 viewToMeasure.measure(w_spec, h_spec);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java 485 mUndoBar.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.UNSPECIFIED);
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java     [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 527 As a precautionary measure, by default \texttt{btreplay} will \emph{not}
  /external/v8/benchmarks/
deltablue.js 96 * Strengths are used to measure the relative importance of constraints.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 90 * Strengths are used to measure the relative importance of constraints.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 90 * Strengths are used to measure the relative importance of constraints.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 90 * Strengths are used to measure the relative importance of constraints.
  /external/blktrace/btt/doc/
btt.tex 234 Another useful measure is the variability in the sector distances
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java 654 mContentView.measure(
    [all...]
  /external/chromium-trace/
script.js 20 base.exportTo("tracing",function(){function d(){this.iframe_=void 0}d.prototype={__proto__:Object.prototype,measure:function(c){this.iframe_.contentDocument.body.appendChild(c);var a=this.iframe_.contentWindow.getComputedStyle(c),b=parseInt(a.width,10),a=parseInt(a.height,10);this.iframe_.contentDocument.body.removeChild(c);return{width:b,height:a}},attach:function(){var c=document.createElement("iframe");c.style.cssText="width:100%;height:0;border:0;visibility:hidden";document.body.appendChild(c);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
Workspace.java     [all...]

Completed in 727 milliseconds

1 2 3 4 56 7