Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMessagingLayoutTransformState.java125 if (!mTransformInfo.isAnimating()) { in transformViewInternal()
207 TransformState ownState = TransformState.createFrom(child, mTransformInfo); in appear()
216 TransformState ownState = TransformState.createFrom(child, mTransformInfo); in disappear()
251 otherGroup.getIsolatedMessage() == null && !mTransformInfo.isAnimating(); in transformGroups()
324 TransformState ownState = TransformState.createFrom(ownView, mTransformInfo); in transformView()
332 TransformState otherState = TransformState.createFrom(otherView, mTransformInfo); in transformView()
351 TransformState otherState = TransformState.createFrom(otherView, mTransformInfo); in transformView()
445 TransformState ownState = TransformState.createFrom(child, mTransformInfo); in setVisible()
491 TransformState ownState = TransformState.createFrom(child, mTransformInfo); in resetTransformedView()
DTransformState.java77 protected TransformInfo mTransformInfo; field in TransformState
87 mTransformInfo = transformInfo; in initFrom()
560 mTransformInfo = null; in reset()