Home
last modified time | relevance | path

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

12

/frameworks/base/libs/hwui/tests/unit/
DUnderlineTest.cpp113 float textSize = 100; in TEST() local
125 float textSize = 100; in TEST() local
137 float textSize = 100; in TEST() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DKeyguardSettingsMenuViewModel.kt42 val textSize = constant
/frameworks/base/libs/hwui/hwui/
DCanvas.cpp45 const float textSize = paint.getSkFont().getSize(); in drawTextDecorations() local
89 void Canvas::drawText(const uint16_t* text, int textSize, int start, int count, int contextStart, in drawText()
128 float textSize = paint.getSkFont().getSize(); in drawText() local
DDrawTextFunctor.h183 const float textSize = paint.getSkFont().getSize(); in operator() local
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
DCustomRenderer.java70 float textSize = Math.min(width, height) * .05f; in setupRoot() local
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DDialogTitle.java65 final int textSize = a.getDimensionPixelSize( in onMeasure() local
/frameworks/base/core/java/com/android/internal/widget/
DDialogTitle.java66 final int textSize = a.getDimensionPixelSize( in onMeasure() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuMessageView.java165 final int textSize = res.getDimensionPixelSize( in updateResources() local
/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DCustomSurfaceView.java113 int textSize = canvas.getHeight() / 24; in invalidateSurface() local
/frameworks/base/core/tests/coretests/src/android/graphics/
DPaintTest.java75 public HintingTestCase(String text, float textSize, float[] widthWithoutHinting, in HintingTestCase()
378 final int textSize = 100; in testGetUnderlinePositionAndThickness() local
/frameworks/base/core/tests/coretests/src/android/content/res/
DFontScaleConverterActivityTest.java192 var textSize = textView.getTextSize(); in withTextSizeInRange() local
/frameworks/base/core/java/android/hardware/input/
DKeyboardLayoutPreviewDrawable.java459 int textSize = (int) (mSpToPxMultiplier * MIN_GLYPH_TEXT_SIZE_IN_SP) + 1; in calculateBestTextSizeForKey() local
471 private void updateTextSize(float textSize) { in updateTextSize()
518 private static Paint createTextPaint(@ColorInt int textColor, float textSize, in createTextPaint()
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DAssistVisualizer.java40 final float textSize; field in AssistVisualizer.TextEntry
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DMailAdapter.java59 int textSize = resources.getDimensionPixelSize(R.dimen.icon_text_size); in draw() local
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DCustomBar.java150 ResourceValue textSize = res.findItemInStyle(textStyle, in setStyle() local
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/paint/
DTextPaint.java239 void setTextSize(float textSize); in setTextSize()
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
DCustomSurfaceView.java135 int textSize = canvas.getHeight() / 24; in invalidateSurface() local
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DTextAnimator.kt143 var textSize: Float = 0f variable in com.android.systemui.animation.PositionedGlyph
241 val textSize: Float? = null, in draw() constant in com.android.systemui.animation.Style
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardSettingsViewBinder.kt110 viewModel.textSize.collect { textSize -> in <lambda>() method
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZonePickerView.java122 int textSize = (int) (mAutoCompleteTextView.getTextSize() * 1.25); in updateHint() local
/frameworks/base/core/tests/coretests/src/android/text/
DDynamicLayoutTest.java237 final int textSize = 100; in testFallbackLineSpacing() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/compose/infinitegrid/
DCommonTile.kt291 var textSize by remember { mutableIntStateOf(0) } in <lambda>() variable
/frameworks/base/core/java/com/android/internal/jank/
DInteractionMonitorDebugOverlay.java240 private float getTextHeight(int textSize) { in getTextHeight()
/frameworks/minikin/include/minikin/
DFontCollection.h44 float textSize; member
/frameworks/base/services/core/java/com/android/server/input/debug/
DFocusEventDebugView.java397 final int textSize = in PressedKeyView() local

12