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
35 * returns the underlying MetricAffectingSpan.
38 public MetricAffectingSpan getUnderlying() {
43 * A Passthrough MetricAffectingSpan is one that
45 * calls through to the specified MetricAffectingSpan
48 * to which the specified MetricAffectingSpan is already attached.
50 /* package */ static class Passthrough extends MetricAffectingSpan {
51 private MetricAffectingSpan mStyle;
54 * Creates a new Passthrough of the specfied MetricAffectingSpan.
56 public Passthrough(MetricAffectingSpan c
[all...]

Completed in 635 milliseconds