Searched defs:otherState (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | ActionListTransformState.java | 34 protected boolean sameAs(TransformState otherState) { in sameAs() 47 public void transformViewFullyFrom(TransformState otherState, float transformationAmount) { in transformViewFullyFrom() 52 public void transformViewFullyTo(TransformState otherState, float transformationAmount) { in transformViewFullyTo()
|
D | TransformState.java | 67 public void transformViewFrom(TransformState otherState, float transformationAmount) { in transformViewFrom() 81 public void transformViewFullyFrom(TransformState otherState, float transformationAmount) { in transformViewFullyFrom() 85 public void transformViewVerticalFrom(TransformState otherState, in transformViewVerticalFrom() 91 public void transformViewVerticalFrom(TransformState otherState, float transformationAmount) { in transformViewVerticalFrom() 95 private void transformViewFrom(TransformState otherState, int transformationFlags, in transformViewFrom() 192 public boolean transformViewTo(TransformState otherState, float transformationAmount) { in transformViewTo() 208 public void transformViewFullyTo(TransformState otherState, float transformationAmount) { in transformViewFullyTo() 212 public void transformViewVerticalTo(TransformState otherState, in transformViewVerticalTo() 218 public void transformViewVerticalTo(TransformState otherState, float transformationAmount) { in transformViewVerticalTo() 222 private void transformViewTo(TransformState otherState, int transformationFlags, in transformViewTo() [all …]
|
D | HeaderTransformState.java | 49 public boolean transformViewTo(TransformState otherState, float transformationAmount) { in transformViewTo() 72 public void transformViewFrom(TransformState otherState, float transformationAmount) { in transformViewFrom()
|
D | ProgressTransformState.java | 30 protected boolean sameAs(TransformState otherState) { in sameAs()
|
D | ImageTransformState.java | 45 protected boolean sameAs(TransformState otherState) { in sameAs()
|
D | TextViewTransformState.java | 43 protected boolean sameAs(TransformState otherState) { in sameAs()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ViewTransformationHelper.java | 114 TransformState otherState = notification.getCurrentState(viewType); in transformTo() local 172 TransformState otherState = notification.getCurrentState(viewType); in transformFrom() local 300 TransformState otherState) { in initTransformation() 305 TransformState otherState) { in customTransformTarget()
|
/frameworks/base/services/net/java/android/net/dhcp/ |
D | DhcpClient.java | 566 public WaitBeforeStartState(State otherState) { in WaitBeforeStartState() 573 public WaitBeforeRenewalState(State otherState) { in WaitBeforeRenewalState()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PermissionsState.java | 618 PermissionState otherState = other.mUserStates.valueAt(i); in PermissionData() local
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ProcessStats.java | 228 final PackageState otherState = versions.valueAt(iv); in add() local
|