Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DTransformState.java96 public void transformViewFrom(TransformState otherState, float transformationAmount) { in transformViewFrom()
119 public void transformViewFullyFrom(TransformState otherState, in transformViewFullyFrom()
125 public void transformViewVerticalFrom(TransformState otherState, 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()
307 public void transformViewFullyTo(TransformState otherState, in transformViewFullyTo()
313 public void transformViewVerticalTo(TransformState otherState, in transformViewVerticalTo()
323 private void transformViewTo(TransformState otherState, int transformationFlags, in transformViewTo()
[all …]
H A 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()
H A 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()
H A DCustomInterpolatorTransformation.java43 TransformState otherState = notification.getCurrentState(mViewType); in transformTo() local
64 TransformState otherState = notification.getCurrentState(mViewType); in transformFrom() local
H A DTextViewTransformState.java42 protected boolean sameAs(TransformState otherState) { in sameAs()
90 protected boolean transformScale(TransformState otherState) { in transformScale()
H A DProgressTransformState.java30 protected boolean sameAs(TransformState otherState) { in sameAs()
H A DMessagingLayoutTransformState.java70 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
H A DImageTransformState.java51 protected boolean sameAs(TransformState otherState) { in sameAs()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DViewTransformationHelper.java148 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()
/aosp14/frameworks/base/core/tests/PlatformCompatFramework/src/com/android/internal/compat/
H A DChangeReporterTest.java30 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
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DHybridNotificationView.java172 TransformState otherState = notification.getCurrentState(TRANSFORMING_VIEW_TITLE); in transformTo() local
185 TransformState otherState = notification.getCurrentState(TRANSFORMING_VIEW_TITLE); in transformFrom() local
/aosp14/frameworks/base/core/java/com/android/internal/compat/
H A DOverrideAllowedState.java163 OverrideAllowedState otherState = (OverrideAllowedState) obj; in equals() local
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayBrightnessState.java119 DisplayBrightnessState otherState = (DisplayBrightnessState) other; in equals() local
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppPermissionTracker.java331 final UidGrantedPermissionState otherState = (UidGrantedPermissionState) other; in equals() local
/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessStats.java305 final PackageState otherState = versions.valueAt(iv); in add() local