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

1 2

  /cts/tests/tests/text/src/android/text/style/cts/
RelativeSizeSpanTest.java 76 float proportion = 3.0f; local
77 RelativeSizeSpan relativeSizeSpan = new RelativeSizeSpan(proportion);
83 assertEquals(2.0f * proportion, tp.getTextSize());
89 assertEquals(oldSize * proportion, tp.getTextSize());
106 float proportion = 3.0f; local
107 RelativeSizeSpan relativeSizeSpan = new RelativeSizeSpan(proportion);
113 assertEquals(oldSize * proportion, tp.getTextSize());
119 assertEquals(oldSize * proportion, tp.getTextSize());
156 float proportion = 3.0f; local
157 RelativeSizeSpan relativeSizeSpan = new RelativeSizeSpan(proportion);
    [all...]
ScaleXSpanTest.java 63 float proportion = 3.0f; local
64 ScaleXSpan scaleXSpan = new ScaleXSpan(proportion);
69 assertEquals(2.0f * proportion, tp.getTextScaleX());
73 assertEquals(-3.0f * proportion, tp.getTextScaleX());
90 float proportion = 3.0f; local
91 ScaleXSpan scaleXSpan = new ScaleXSpan(proportion);
96 assertEquals(2.0f * proportion, tp.getTextScaleX());
100 assertEquals(-3.0f * proportion, tp.getTextScaleX());
151 float proportion = 3.0f; local
152 ScaleXSpan scaleXSpan = new ScaleXSpan(proportion);
    [all...]
  /frameworks/base/core/java/android/text/style/
RelativeSizeSpan.java 28 public RelativeSizeSpan(float proportion) {
29 mProportion = proportion;
ScaleXSpan.java 28 public ScaleXSpan(float proportion) {
29 mProportion = proportion;
  /external/webkit/WebCore/platform/wx/wxcode/
scrollbar_render.h 56 float proportion = ((float)physicalLength - 8)/ (max + step); local
57 float thumbSize = proportion * (float)physicalLength;
  /external/chromium/third_party/icu/source/i18n/
csr2022.h 41 * the proportion that fit the encoding.
csr2022.cpp 24 * the proportion that fit the encoding.
84 // Initial quality is based on relative proportion of recongized vs.
  /external/icu4c/i18n/
csr2022.h 41 * the proportion that fit the encoding.
csr2022.cpp 24 * the proportion that fit the encoding.
84 // Initial quality is based on relative proportion of recongized vs.
  /external/webkit/WebCore/platform/
ScrollbarThemeComposite.cpp 104 float proportion = static_cast<float>(scrollbar->visibleSize()) / scrollbar->totalSize(); local
120 proportion,
269 float proportion = (float)scrollbar->visibleSize() / scrollbar->totalSize(); local
271 int length = proportion * trackLen;
  /external/webkit/WebKit/win/WebCoreSupport/
WebChromeClient.h 122 float value, float proportion, WebCore::ScrollbarControlPartMask);
WebInspectorDelegate.h 319 /* [in] */ float proportion,
WebChromeClient.cpp 596 float value, float proportion, ScrollbarControlPartMask parts)
658 vertical, value, proportion, webParts);
  /external/webkit/WebCore/rendering/
RenderSlider.cpp 73 double valueFromProportion(double proportion)
75 return minimum + proportion * (maximum - minimum);
  /frameworks/base/docs/html/guide/topics/ui/
layout-objects.jd 49 assigned to children in the proportion of their declared weight. Default
65 to each child, depending on what proportion of the screen each should
  /external/webkit/WebCore/page/
ChromeClient.h 184 float value, float proportion, ScrollbarControlPartMask);
  /external/webkit/WebKitTools/DumpRenderTree/win/
UIDelegate.h 320 /* [in] */ float proportion,
UIDelegate.cpp 399 /* [in] */ float proportion,
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 250 // proportion to the desired byte size. Should the quality fall below
  /frameworks/base/core/java/android/widget/
OverScroller.java 67 * @param bounceCoefficientX A value between 0 and 1 that will determine the proportion of the
528 // Proportion of the velocity that is preserved when the edge is reached.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List4.java 256 "I, that am curtail'd of this fair proportion," +
List6.java 270 "I, that am curtail'd of this fair proportion," +
  /external/netperf/
netcpu_kstat10.c 366 time from each of user, kernel and idle in proportion to their
  /external/quake/quake/src/WinQuake/data/
MANUAL.TXT 370 proportion of kills you have achieved so far.
520 This lists the proportion of monsters you've killed, secrets you've
    [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebUIDelegate.idl     [all...]

Completed in 2952 milliseconds

1 2