summaryrefslogtreecommitdiff
path: root/core/java/android/text/StaticLayout.java
AgeCommit message (Expand)Author
2021-02-05Fix ellipsis reinitialization for static cached StaticLayout.Ahaan Ugale
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-01-07Use new UnsupportedAppUsage annotation.Artur Satayev
2019-03-13Merge "Change TabStop type from int to float"TreeHugger Robot
2019-03-12Change TabStop type from int to floatSeigo Nonaka
2019-03-11Hide packing structure from public APISeigo Nonaka
2019-03-07Address API review from the councilSeigo Nonaka
2019-01-08Fix that TextLine overwrites wordSpcing on paintHaoyu Zhang
2018-12-10Recompute PcT with existing PcT for different directionSeigo Nonaka
2018-11-27Add StaticLayout constructor to dark-grey listSiyamed Sinir
2018-10-15Fix invalid character accessSeigo Nonaka
2018-10-09Make LineBreaker publicSeigo Nonaka
2018-09-26Prepare NativeLineBreaker.LineBreaks to be public APISeigo Nonaka
2018-09-14Move some members to the "Q blacklist".Mathew Inwood
2018-09-10Unhide HyphenEdit related methodsSeigo Nonaka
2018-08-17Introduce NativeLineBreaker.Builder and ParagraphConstraintSeigo Nonaka
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-07Merge "Disable hyphenation by in default theme"Siyamed Sinir
2018-07-27Extract native methods into isolated classesSeigo Nonaka
2018-07-23Disable hyphenation by in default themeSiyamed Sinir
2018-06-05Cleanup: Remove unused padding argumentsSeigo Nonaka
2018-03-21Merge "Stop creating PrecomputedText in StaticLayout" into pi-dev am: be8b90b966Seigo Nonaka
2018-03-20Stop creating PrecomputedText in StaticLayoutSeigo Nonaka
2018-03-08Fix StaticLayout maxLineHeight warningSiyamed Sinir
2018-02-16Reorganize MeasuredText API (2nd)Seigo Nonaka
2018-02-14Revert "Reorganize MeasuredText API"Seigo Nonaka
2018-02-12Reorganize MeasuredText APISeigo Nonaka
2018-01-24Merge "Compute full text layout in MeasuredText and use it for drawing"TreeHugger Robot
2018-01-23Revert "Make ellipsize retry if text doesn't fit"Siyamed Sinir
2018-01-23Compute full text layout in MeasuredText and use it for drawingSeigo Nonaka
2018-01-18Compute hyphenated word pieces in MeasuredTextSeigo Nonaka
2018-01-11Rename PremeasuredText to MeasuredTextSeigo Nonaka
2017-12-19Deprecate StaticLayout and DynamicLayout constructorsClara Bayarri
2017-12-11Introduce PremeasuredTextSeigo Nonaka
2017-12-11Fix testCursorIsOnRight test caseSeigo Nonaka
2017-12-05Associate native MeasuredText with Java one.Seigo Nonaka
2017-12-05Refactor MeasuredTextSeigo Nonaka
2017-12-04Revert "Refactor MeasuredText"Seigo Nonaka
2017-11-30Refactor MeasuredTextSeigo Nonaka
2017-10-24Reorganize JNI in StaticLayoutSeigo Nonaka
2017-10-13Move hyphenator mapping to native code.Seigo Nonaka
2017-10-11Merge "Removed unused variables from text layout code"Siyamed Sinir
2017-10-10Remove nGetWidths and pass the jfloat[] as nComputeLineBreaks argument.Seigo Nonaka
2017-10-10Removed unused variables from text layout codeSiyamed Sinir
2017-10-03Stop returning run width of StaticLayout.Builder.addStyleRun.Seigo Nonaka
2017-09-29Remove StaticLayout.addMeasuredRunSeigo Nonaka
2017-09-28Fix StaticLayoutLineBreaker testsSeigo Nonaka
2017-09-27Keep locale info in Hyphenator.Seigo Nonaka