/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | BoundsAnimationControllerTests.java | 21 import static com.android.server.wm.BoundsAnimationController.BOUNDS; 269 startImpl(mTarget.mStackBounds, to, BOUNDS); in restart() 308 if (animationType == BOUNDS) { in startImpl() 335 if (mAnimationType == BOUNDS) { in update() 377 if (mAnimationType == BOUNDS) { in end() 441 mDriver.start(BOUNDS_FULL, BOUNDS_FLOATING, BOUNDS) in testFullscreenToFloatingTransition() 453 mDriver.start(BOUNDS_FLOATING, BOUNDS_FULL, BOUNDS) in testFloatingToFullscreenTransition() 465 mDriver.start(BOUNDS_FLOATING, BOUNDS_SMALLER_FLOATING, BOUNDS) in testFloatingToSmallerFloatingTransition() 477 mDriver.start(BOUNDS_SMALLER_FLOATING, BOUNDS_FLOATING, BOUNDS) in testFloatingToLargerFloatingTransition() 491 mDriver.start(BOUNDS_FULL, BOUNDS_FLOATING, BOUNDS) in testFullscreenToFloatingCancelFromTarget() [all …]
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | SystemBarScrimViews.java | 97 .setDuration(animation.getDuration(AnimationProps.BOUNDS)) in animateNavBarScrimVisibility() 98 .setInterpolator(animation.getInterpolator(AnimationProps.BOUNDS)) in animateNavBarScrimVisibility() 121 .setDuration(AnimationProps.BOUNDS, mNavBarScrimEnterDuration) in onBusEvent() 122 .setInterpolator(AnimationProps.BOUNDS, Interpolators.DECELERATE_QUINT) in onBusEvent() 191 .setDuration(AnimationProps.BOUNDS, duration) in createBoundsAnimation() 192 .setInterpolator(AnimationProps.BOUNDS, Interpolators.FAST_OUT_SLOW_IN); in createBoundsAnimation()
|
D | TaskStackAnimationHelper.java | 276 taskAnimation.setInterpolator(AnimationProps.BOUNDS, in startEnterAnimation() 278 .setDuration(AnimationProps.BOUNDS, 150) in startEnterAnimation() 284 .setInterpolator(AnimationProps.BOUNDS, in startEnterAnimation() 287 … .setDuration(AnimationProps.BOUNDS, ENTER_FROM_HOME_TRANSLATION_DURATION) in startEnterAnimation() 298 .setDuration(AnimationProps.BOUNDS, dockGestureAnimDuration + in startEnterAnimation() 300 .setInterpolator(AnimationProps.BOUNDS, in startEnterAnimation() 302 .setStartDelay(AnimationProps.BOUNDS, 48) in startEnterAnimation() 343 .setDuration(AnimationProps.BOUNDS, EXIT_TO_HOME_TRANSLATION_DURATION) in startExitToHomeAnimation() 346 taskAnimation.setInterpolator(AnimationProps.BOUNDS, in startExitToHomeAnimation() 349 taskAnimation.setStartDelay(AnimationProps.BOUNDS, delay) in startExitToHomeAnimation() [all …]
|
D | TaskView.java | 310 mTmpAnimators.add(toAnimation.apply(AnimationProps.BOUNDS, mDimAnimator)); in updateViewPropertiesToTaskTransform() 315 mTmpAnimators.add(toAnimation.apply(AnimationProps.BOUNDS, mOutlineAnimator)); in updateViewPropertiesToTaskTransform() 320 mTmpAnimators.add(toAnimation.apply(AnimationProps.BOUNDS, updateCallbackAnim)); in updateViewPropertiesToTaskTransform()
|
D | TaskViewTransform.java | 182 animators.add(animation.apply(AnimationProps.BOUNDS, anim)); in applyToTaskView()
|
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/utilities/ |
D | AnimationProps.java | 43 @IntDef({ALL, TRANSLATION_X, TRANSLATION_Y, TRANSLATION_Z, ALPHA, SCALE, BOUNDS}) 52 public static final int BOUNDS = 6; field in AnimationProps
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | BoundsAnimationController.java | 76 public static final int BOUNDS = 0; field in BoundsAnimationController 79 @IntDef({BOUNDS, FADE_IN}) public @interface AnimationType {} 208 if (mAnimationType == BOUNDS) { in BoundsAnimator() 545 mAnimationType = BOUNDS; in getAnimationType()
|
D | RecentsAnimation.java | 29 import static com.android.server.wm.BoundsAnimationController.BOUNDS; 423 controller.shouldDeferCancelUntilNextTransition() ? FADE_IN : BOUNDS); in onStackOrderChanged()
|
D | Task.java | 30 import static com.android.server.wm.TaskProto.BOUNDS; 777 getBounds().writeToProto(proto, BOUNDS); in writeToProto()
|
D | TaskStack.java | 49 import static com.android.server.wm.StackProto.BOUNDS; 1370 getRawBounds().writeToProto(proto, BOUNDS); in writeToProto() 1749 intendedAnimationType = BoundsAnimationController.BOUNDS; in animateResizePinnedStack() 1754 intendedAnimationType = BoundsAnimationController.BOUNDS; in animateResizePinnedStack()
|
D | TaskRecord.java | 58 import static com.android.server.am.TaskRecordProto.BOUNDS; 2581 bounds.writeToProto(proto, BOUNDS); in writeToProto()
|
D | ActivityStack.java | 50 import static com.android.server.am.ActivityStackProto.BOUNDS; 5803 bounds.writeToProto(proto, BOUNDS); in writeToProto()
|
/frameworks/base/core/java/android/app/ |
D | WindowConfiguration.java | 22 import static android.app.WindowConfigurationProto.BOUNDS; 592 mBounds.writeToProto(protoOutputStream, BOUNDS); in writeToProto() 615 case (int) BOUNDS: in readFromProto() 617 mBounds.readFromProto(proto, BOUNDS); in readFromProto()
|
/frameworks/base/core/java/android/view/ |
D | ViewOutlineProvider.java | 52 public static final ViewOutlineProvider BOUNDS = new ViewOutlineProvider() { field in ViewOutlineProvider
|
D | View.java | 17433 setOutlineProvider(ViewOutlineProvider.BOUNDS); in setOutlineProviderFromAttribute()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
D | Illustration.java | 144 setOutlineProvider(ViewOutlineProvider.BOUNDS); in onMeasure()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | DecorCaptionView.java | 146 mOwner.getDecorView().setOutlineProvider(ViewOutlineProvider.BOUNDS); in setPhoneWindow()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 34261 field public static final android.view.ViewOutlineProvider BOUNDS;
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 52622 field public static final android.view.ViewOutlineProvider BOUNDS;
|
/frameworks/base/api/ |
D | current.txt | 52766 field public static final android.view.ViewOutlineProvider BOUNDS;
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 74222 Landroid/view/DisplayCutoutProto;->BOUNDS:J
|