Home
last modified time | relevance | path

Searched defs:textSize (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DCustomRenderer.java70 float textSize = Math.min(width, height) * .05f; in setupRoot() local
/frameworks/base/core/java/com/android/internal/widget/
DDialogTitle.java66 final int textSize = a.getDimensionPixelSize( in onMeasure() local
DSubtitleView.java97 int textSize = 15; in SubtitleView() local
/frameworks/base/core/tests/coretests/src/android/graphics/
DPaintTest.java53 public HintingTestCase(String text, float textSize, float[] widthWithoutHinting, in HintingTestCase()
343 final int textSize = 100; in testGetUnderlinePositionAndThickness() local
/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DCustomSurfaceView.java113 int textSize = canvas.getHeight() / 24; in invalidateSurface() local
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DAssistVisualizer.java40 final float textSize; field in AssistVisualizer.TextEntry
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
DCustomSurfaceView.java135 int textSize = canvas.getHeight() / 24; in invalidateSurface() local
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZonePickerView.java122 int textSize = (int) (mAutoCompleteTextView.getTextSize() * 1.25); in updateHint() local
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DCustomBar.java181 ResourceValue textSize = res.findItemInStyle(textStyle, in setStyle() local
/frameworks/base/libs/hwui/hwui/
DCanvas.cpp50 const float textSize = paint.getSkFont().getSize(); in drawTextDecorations() local
151 void Canvas::drawText(const uint16_t* text, int textSize, int start, int count, int contextStart, in drawText()
/frameworks/base/core/tests/coretests/src/android/text/
DDynamicLayoutTest.java237 final int textSize = 100; in testFallbackLineSpacing() local
/frameworks/base/core/jni/android/graphics/
DPaint.cpp888 static void setTextSize(jlong paintHandle, jfloat textSize) { in setTextSize()
969 const SkScalar textSize = reinterpret_cast<Paint*>(paintHandle)->getSkFont().getSize(); in getUnderlinePosition() local
981 const SkScalar textSize = reinterpret_cast<Paint*>(paintHandle)->getSkFont().getSize(); in getUnderlineThickness() local
987 const SkScalar textSize = reinterpret_cast<Paint*>(paintHandle)->getSkFont().getSize(); in getStrikeThruPosition() local
992 const SkScalar textSize = reinterpret_cast<Paint*>(paintHandle)->getSkFont().getSize(); in getStrikeThruThickness() local
/frameworks/base/core/java/android/widget/
DRadialTimePickerView.java880 float textSize, float[] x, float[] y) { in calculatePositions()
894 private void drawTextElements(Canvas canvas, float textSize, Typeface typeface, in drawTextElements()
DSearchView.java1202 final int textSize = (int) (mSearchSrcTextView.getTextSize() * 1.25); in getDecoratedHint() local
/frameworks/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java501 /*package*/ static void nSetTextSize(long nativePaint, float textSize) { in nSetTextSize()
1308 private static FontInfo getFontInfo(@Nullable Font font, float textSize, in getFontInfo()
/frameworks/base/core/java/android/webkit/
DWebSettings.java560 int textSize = getTextZoom(); in getTextSize() local
/frameworks/base/graphics/java/android/graphics/
DPaint.java1712 public void setTextSize(float textSize) { in setTextSize()
3215 private static native void nSetTextSize(long paintPtr, float textSize); in nSetTextSize()