Searched refs:TextViewTransformState (Results 1 – 2 of 2) sorted by relevance
29 public class TextViewTransformState extends TransformState { class31 private static Pools.SimplePool<TextViewTransformState> sInstancePool46 if (otherState instanceof TextViewTransformState) { in sameAs()47 TextViewTransformState otherTvs = (TextViewTransformState) otherState; in sameAs()59 private boolean hasSameSpans(TextViewTransformState otherTvs) { in hasSameSpans()91 if (!(otherState instanceof TextViewTransformState)) { in transformScale()94 TextViewTransformState otherTvs = (TextViewTransformState) otherState; in transformScale()134 public static TextViewTransformState obtain() { in obtain()135 TextViewTransformState instance = sInstancePool.acquire(); in obtain()139 return new TextViewTransformState(); in obtain()
437 TextViewTransformState result = TextViewTransformState.obtain(); in createFrom()