Home
last modified time | relevance | path

Searched defs:otherState (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DActionListTransformState.java30 protected boolean sameAs(TransformState otherState) { in sameAs()
43 public void transformViewFullyFrom(TransformState otherState, float transformationAmount) { in transformViewFullyFrom()
48 public void transformViewFullyTo(TransformState otherState, float transformationAmount) { in transformViewFullyTo()
DTransformState.java93 public void transformViewFrom(TransformState otherState, float transformationAmount) { in transformViewFrom()
112 public void transformViewFullyFrom(TransformState otherState, float transformationAmount) { in transformViewFullyFrom()
116 public void transformViewFullyFrom(TransformState otherState, in transformViewFullyFrom()
122 public void transformViewVerticalFrom(TransformState otherState, in transformViewVerticalFrom()
128 public void transformViewVerticalFrom(TransformState otherState, float transformationAmount) { in transformViewVerticalFrom()
132 protected void transformViewFrom(TransformState otherState, int transformationFlags, in transformViewFrom()
250 protected boolean transformScale(TransformState otherState) { in transformScale()
260 public boolean transformViewTo(TransformState otherState, float transformationAmount) { in transformViewTo()
276 public void transformViewFullyTo(TransformState otherState, float transformationAmount) { in transformViewFullyTo()
280 public void transformViewFullyTo(TransformState otherState, in transformViewFullyTo()
[all …]
DMessagingImageTransformState.java43 protected boolean sameAs(TransformState otherState) { in sameAs()
63 protected boolean transformScale(TransformState otherState) { in transformScale()
68 protected void transformViewFrom(TransformState otherState, int transformationFlags, in transformViewFrom()
DCustomInterpolatorTransformation.java43 TransformState otherState = notification.getCurrentState(mViewType); in transformTo() local
64 TransformState otherState = notification.getCurrentState(mViewType); in transformFrom() local
DImageTransformState.java51 protected boolean sameAs(TransformState otherState) { in sameAs()
120 protected boolean transformScale(TransformState otherState) { in transformScale()
DTextViewTransformState.java42 protected boolean sameAs(TransformState otherState) { in sameAs()
90 protected boolean transformScale(TransformState otherState) { in transformScale()
DProgressTransformState.java30 protected boolean sameAs(TransformState otherState) { in sameAs()
DMessagingLayoutTransformState.java68 public boolean transformViewTo(TransformState otherState, float transformationAmount) { in transformViewTo()
80 public void transformViewFrom(TransformState otherState, float transformationAmount) { in transformViewFrom()
297 TransformState otherState = TransformState.createFrom(otherView, mTransformInfo); in transformView() local
305 TransformState otherState = TransformState.createFrom(otherView, mTransformInfo); in transformView() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DViewTransformationHelper.java117 TransformState otherState = notification.getCurrentState(viewType); in transformTo() local
174 TransformState otherState = notification.getCurrentState(viewType); in transformFrom() local
298 TransformState otherState) { in initTransformation()
303 TransformState otherState) { in customTransformTarget()
/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionsState.java723 PermissionState otherState = other.mUserStates.valueAt(i); in PermissionData() local
/frameworks/base/core/java/com/android/internal/app/procstats/
DProcessStats.java275 final PackageState otherState = versions.valueAt(iv); in add() local