Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTransformState.java96 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 …]
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()
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
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.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
DImageTransformState.java51 protected boolean sameAs(TransformState otherState) { in sameAs()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
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()
/frameworks/base/core/tests/PlatformCompatFramework/src/com/android/internal/compat/
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
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DHybridNotificationView.java171 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/
DOverrideAllowedState.java163 OverrideAllowedState otherState = (OverrideAllowedState) obj; in equals() local
/frameworks/base/services/core/java/com/android/server/am/
DAppPermissionTracker.java331 final UidGrantedPermissionState otherState = (UidGrantedPermissionState) other; in equals() local
/frameworks/base/core/java/com/android/internal/app/procstats/
DProcessStats.java305 final PackageState otherState = versions.valueAt(iv); in add() local