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

/frameworks/base/core/java/android/text/style/
H A DMetricAffectingSpan.java25 public abstract class MetricAffectingSpan class in inherits:CharacterStyle,UpdateLayout
34 * returns the underlying MetricAffectingSpan.
37 public MetricAffectingSpan getUnderlying() {
42 * A Passthrough MetricAffectingSpan is one that
44 * calls through to the specified MetricAffectingSpan
47 * to which the specified MetricAffectingSpan is already attached.
49 /* package */ static class Passthrough extends MetricAffectingSpan {
50 private MetricAffectingSpan mStyle;
53 * Creates a new Passthrough of the specfied MetricAffectingSpan.
55 public Passthrough(MetricAffectingSpan c
[all...]

Completed in 61 milliseconds