summaryrefslogtreecommitdiff
path: root/core/java/android/text/Layout.java
Commit message (Expand)AuthorAgeFilesLines
* Implement fallback line spacing for BoringLayoutSeigo Nonaka2022-01-121-8/+25
* Revert "Implement fallback line spacing for BoringLayout"Shubham Dubey2022-01-101-25/+8
* Implement fallback line spacing for BoringLayoutSeigo Nonaka2022-01-061-8/+25
* Implement fast hyphenation algorithmSeigo Nonaka2021-11-101-3/+24
* Improve ellipsize performanceSeigo Nonaka2021-06-041-4/+5
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-6/+7
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-7/+6
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-6/+7
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
* Fix Layout.primaryIsTrailingPreviousAllLineOffsetsMihai Popa2019-06-251-3/+6
* Merge "Change TabStop type from int to float"TreeHugger Robot2019-03-131-11/+14
|\
| * Change TabStop type from int to floatSeigo Nonaka2019-03-121-11/+14
* | Hide packing structure from public APISeigo Nonaka2019-03-111-6/+18
|/
* Merge "Revert "Revert "Refactor TextLine class"""TreeHugger Robot2018-11-171-0/+46
|\
| * Revert "Revert "Refactor TextLine class""Siyamed Sinir2018-11-161-0/+46
* | Merge "Revert "Refactor TextLine class""TreeHugger Robot2018-11-161-46/+0
|\|
| * Revert "Refactor TextLine class"Siyamed Sinir2018-11-161-46/+0
* | Merge "Fix getLineLeft crashes when alignment is null"Haoyu Zhang2018-11-161-2/+14
|\ \ | |/ |/|
| * Fix getLineLeft crashes when alignment is nullHaoyu Zhang2018-11-141-2/+14
* | Refactor TextLine classSeigo Nonaka2018-11-141-0/+46
|/
* Merge "Fix getLineRight()/getLineLeft() may compute leadingMargin twice"Haoyu Zhang2018-10-301-42/+71
|\
| * Fix getLineRight()/getLineLeft() may compute leadingMargin twiceHaoyu Zhang2018-10-191-42/+71
* | Disable double cursor for BiDi in Layout.qqd2018-10-191-23/+13
|/
* Make LineBreaker publicSeigo Nonaka2018-10-091-17/+14
* Fixed lineBackgroundSpan not called for first lineHaoyu Zhang2018-09-181-1/+1
* Introduce NativeLineBreaker.Builder and ParagraphConstraintSeigo Nonaka2018-08-171-13/+18
* Merge "Validate index for cursor on BiDi text"TreeHugger Robot2018-08-151-2/+3
|\
| * Validate index for cursor on BiDi textSiyamed Sinir2018-08-151-2/+3
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+14
|/
* Fix crash during cursor moving on BiDi textSeigo Nonaka2018-07-191-1/+1
* Supress text replacement spans for ellipsisMihai Popa2018-05-301-8/+17
* Optimise the hit test algorithmMihai Popa2018-05-221-7/+166
* Merge "Add test cases for Layout.primaryIsTrailingPrevious"TreeHugger Robot2018-05-171-1/+3
|\
| * Add test cases for Layout.primaryIsTrailingPreviousSeigo Nonaka2018-05-161-1/+3
* | Add TextLayout.measure test casesSeigo Nonaka2018-05-161-2/+3
|/
* Revert "Reorganize MeasuredText API"Seigo Nonaka2018-02-141-10/+1
* Reorganize MeasuredText APISeigo Nonaka2018-02-121-1/+10
* Rename PremeasuredText to MeasuredTextSeigo Nonaka2018-01-111-2/+2
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-6/+22
* Refactor MeasuredTextSeigo Nonaka2017-12-051-15/+14
* Revert "Refactor MeasuredText"Seigo Nonaka2017-12-041-14/+15
* Refactor MeasuredTextSeigo Nonaka2017-11-301-15/+14
* Reorganize JNI in StaticLayoutSeigo Nonaka2017-10-241-1/+1
* Removed unused variables from text layout codeSiyamed Sinir2017-10-101-12/+2
* Merge "Update referenced constant names for Directions"Petar Šegina2017-09-281-11/+7
|\
| * Update referenced constant names for DirectionsPetar Šegina2017-09-271-11/+7
* | Take padding information into StaticLayoutRoozbeh Pournader2017-09-271-2/+1
|/
* Move consumer call outside of the branchPetar Šegina2017-09-081-8/+6
* Move IntDef constant definitions outside of the annotationPetar Šegina2017-09-081-13/+15
* Emit text direction with selection rectanglePetar Šegina2017-09-061-14/+40