Searched defs:otherState (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | ActionListTransformState.java | 30 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()
|
D | TransformState.java | 93 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 …]
|
D | MessagingImageTransformState.java | 43 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()
|
D | CustomInterpolatorTransformation.java | 43 TransformState otherState = notification.getCurrentState(mViewType); in transformTo() local 64 TransformState otherState = notification.getCurrentState(mViewType); in transformFrom() local
|
D | ImageTransformState.java | 51 protected boolean sameAs(TransformState otherState) { in sameAs() 120 protected boolean transformScale(TransformState otherState) { in transformScale()
|
D | TextViewTransformState.java | 42 protected boolean sameAs(TransformState otherState) { in sameAs() 90 protected boolean transformScale(TransformState otherState) { in transformScale()
|
D | ProgressTransformState.java | 30 protected boolean sameAs(TransformState otherState) { in sameAs()
|
D | MessagingLayoutTransformState.java | 68 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/ |
D | ViewTransformationHelper.java | 117 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/ |
D | PermissionsState.java | 723 PermissionState otherState = other.mUserStates.valueAt(i); in PermissionData() local
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ProcessStats.java | 275 final PackageState otherState = versions.valueAt(iv); in add() local
|