Home
last modified time | relevance | path

Searched refs:ActionListTransformState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DActionListTransformState.java24 public class ActionListTransformState extends TransformState { class
26 private static Pools.SimplePool<ActionListTransformState> sInstancePool
31 return otherState instanceof ActionListTransformState; in sameAs()
34 public static ActionListTransformState obtain() { in obtain()
35 ActionListTransformState instance = sInstancePool.acquire(); in obtain()
39 return new ActionListTransformState(); in obtain()
DTransformState.java442 ActionListTransformState result = ActionListTransformState.obtain(); in createFrom()