Searched defs:MetricAffectingSpan (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/style/
H A DMetricAffectingSpan.java26 public abstract class MetricAffectingSpan class in inherits:CharacterStyle,UpdateLayout
31 * Classes that extend MetricAffectingSpan implement this method to update the text formatting
41 * returns the underlying MetricAffectingSpan.
44 public MetricAffectingSpan getUnderlying() {
49 * A Passthrough MetricAffectingSpan is one that
51 * calls through to the specified MetricAffectingSpan
54 * to which the specified MetricAffectingSpan is already attached.
56 /* package */ static class Passthrough extends MetricAffectingSpan {
57 private MetricAffectingSpan mStyle;
60 * Creates a new Passthrough of the specfied MetricAffectingSpan
[all...]

Completed in 37 milliseconds