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.java123 if (!mTransformInfo.isAnimating()) { in transformViewInternal()
205 TransformState ownState = TransformState.createFrom(child, mTransformInfo); in appear()
214 TransformState ownState = TransformState.createFrom(child, mTransformInfo); in disappear()
235 otherGroup.getIsolatedMessage() == null && !mTransformInfo.isAnimating(); in transformGroups()
290 TransformState ownState = TransformState.createFrom(ownView, mTransformInfo); in transformView()
297 TransformState otherState = TransformState.createFrom(otherView, mTransformInfo); in transformView()
305 TransformState otherState = TransformState.createFrom(otherView, mTransformInfo); in transformView()
378 TransformState ownState = TransformState.createFrom(child, mTransformInfo); in setVisible()
423 TransformState ownState = TransformState.createFrom(child, mTransformInfo); in resetTransformedView()
DTransformState.java76 protected TransformInfo mTransformInfo; field in TransformState
85 mTransformInfo = transformInfo; in initFrom()
531 mTransformInfo = null; in reset()