/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | TransformState.java | 96 public void transformViewFrom(TransformState otherState, float transformationAmount) { in transformViewFrom() 115 public void transformViewFullyFrom(TransformState otherState, float transformationAmount) { in transformViewFullyFrom() 119 public void transformViewFullyFrom(TransformState otherState, in transformViewFullyFrom() 125 public void transformViewVerticalFrom(TransformState otherState, in transformViewVerticalFrom() 131 public void transformViewVerticalFrom(TransformState otherState, float transformationAmount) { in transformViewVerticalFrom() 135 protected void transformViewFrom(TransformState otherState, int transformationFlags, in transformViewFrom() 271 protected boolean transformScale(TransformState otherState) { in transformScale() 275 protected boolean transformRightEdge(TransformState otherState) { in transformRightEdge() 287 public boolean transformViewTo(TransformState otherState, float transformationAmount) { in transformViewTo() 303 public void transformViewFullyTo(TransformState otherState, float transformationAmount) { in transformViewFullyTo() [all …]
|
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 | 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 | 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 | 70 public boolean transformViewTo(TransformState otherState, float transformationAmount) { in transformViewTo() 82 public void transformViewFrom(TransformState otherState, float transformationAmount) { in transformViewFrom() 332 TransformState otherState = TransformState.createFrom(otherView, mTransformInfo); in transformView() local 351 TransformState otherState = TransformState.createFrom(otherView, mTransformInfo); in transformView() local
|
D | ImageTransformState.java | 51 protected boolean sameAs(TransformState otherState) { in sameAs()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ViewTransformationHelper.java | 148 TransformState otherState = notification.getCurrentState(viewType); in transformTo() local 201 TransformState otherState = notification.getCurrentState(viewType); in transformFrom() local 325 TransformState otherState) { in initTransformation() 330 TransformState otherState) { in customTransformTarget()
|
/frameworks/base/core/tests/PlatformCompatFramework/src/com/android/internal/compat/ |
D | ChangeReporterTest.java | 30 int myState = ChangeReporter.STATE_ENABLED, otherState = ChangeReporter.STATE_DISABLED; in testStatsLogOnce() local 66 int myState = ChangeReporter.STATE_ENABLED, otherState = ChangeReporter.STATE_DISABLED; in testDebugLogOnce() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | HybridNotificationView.java | 171 TransformState otherState = notification.getCurrentState(TRANSFORMING_VIEW_TITLE); in transformTo() local 184 TransformState otherState = notification.getCurrentState(TRANSFORMING_VIEW_TITLE); in transformFrom() local
|
/frameworks/base/core/java/com/android/internal/compat/ |
D | OverrideAllowedState.java | 163 OverrideAllowedState otherState = (OverrideAllowedState) obj; in equals() local
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppPermissionTracker.java | 331 final UidGrantedPermissionState otherState = (UidGrantedPermissionState) other; in equals() local
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ProcessStats.java | 305 final PackageState otherState = versions.valueAt(iv); in add() local
|