/cts/tests/tests/text/src/android/text/style/cts/ |
RelativeSizeSpanTest.java | 51 float proportion = 3.0f; local 52 RelativeSizeSpan relativeSizeSpan = new RelativeSizeSpan(proportion); 58 assertEquals(2.0f * proportion, tp.getTextSize()); 64 assertEquals(oldSize * proportion, tp.getTextSize()); 75 float proportion = 3.0f; local 76 RelativeSizeSpan relativeSizeSpan = new RelativeSizeSpan(proportion); 82 assertEquals(oldSize * proportion, tp.getTextSize()); 88 assertEquals(oldSize * proportion, tp.getTextSize()); 111 float proportion = 3.0f; local 112 RelativeSizeSpan relativeSizeSpan = new RelativeSizeSpan(proportion); [all...] |
ScaleXSpanTest.java | 43 float proportion = 3.0f; local 44 ScaleXSpan scaleXSpan = new ScaleXSpan(proportion); 49 assertEquals(2.0f * proportion, tp.getTextScaleX()); 53 assertEquals(-3.0f * proportion, tp.getTextScaleX()); 64 float proportion = 3.0f; local 65 ScaleXSpan scaleXSpan = new ScaleXSpan(proportion); 70 assertEquals(2.0f * proportion, tp.getTextScaleX()); 74 assertEquals(-3.0f * proportion, tp.getTextScaleX()); 105 float proportion = 3.0f; local 106 ScaleXSpan scaleXSpan = new ScaleXSpan(proportion); [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
ScrollbarThemeOverlay.cpp | 76 float proportion = static_cast<float>(scrollbar->currentPos()) / scrollbar->totalSize(); local 77 return round(proportion * trackLen); 87 float proportion = static_cast<float>(scrollbar->visibleSize()) / scrollbar->totalSize(); local 88 int length = round(proportion * trackLen);
|
ScrollbarTheme.cpp | 271 float proportion = 0.0f; local 274 proportion = (scrollbar->visibleSize() - overhang) / totalSize; 277 int length = round(proportion * trackLen);
|
/external/chromium_org/ui/message_center/ |
message_center_style.cc | 37 double proportion = local 42 std::max(0.5 + container_size.width() * proportion, 1.0)); 45 std::max(0.5 + container_size.height() / proportion, 1.0),
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
pdfjs.js | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |
/external/chromium_org/third_party/libaddressinput/src/java/ |
android.jar | |