Home
last modified time | relevance | path

Searched refs:BOUNDS (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DBoundsAnimationControllerTests.java21 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/
DSystemBarScrimViews.java97 .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()
DTaskStackAnimationHelper.java276 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 …]
DTaskView.java310 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()
DTaskViewTransform.java182 animators.add(animation.apply(AnimationProps.BOUNDS, anim)); in applyToTaskView()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/utilities/
DAnimationProps.java43 @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/
DBoundsAnimationController.java76 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()
DRecentsAnimation.java29 import static com.android.server.wm.BoundsAnimationController.BOUNDS;
423 controller.shouldDeferCancelUntilNextTransition() ? FADE_IN : BOUNDS); in onStackOrderChanged()
DTask.java30 import static com.android.server.wm.TaskProto.BOUNDS;
777 getBounds().writeToProto(proto, BOUNDS); in writeToProto()
DTaskStack.java49 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()
DTaskRecord.java58 import static com.android.server.am.TaskRecordProto.BOUNDS;
2581 bounds.writeToProto(proto, BOUNDS); in writeToProto()
DActivityStack.java50 import static com.android.server.am.ActivityStackProto.BOUNDS;
5803 bounds.writeToProto(proto, BOUNDS); in writeToProto()
/frameworks/base/core/java/android/app/
DWindowConfiguration.java22 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/
DViewOutlineProvider.java52 public static final ViewOutlineProvider BOUNDS = new ViewOutlineProvider() { field in ViewOutlineProvider
DView.java17433 setOutlineProvider(ViewOutlineProvider.BOUNDS); in setOutlineProviderFromAttribute()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DIllustration.java144 setOutlineProvider(ViewOutlineProvider.BOUNDS); in onMeasure()
/frameworks/base/core/java/com/android/internal/widget/
DDecorCaptionView.java146 mOwner.getDecorView().setOutlineProvider(ViewOutlineProvider.BOUNDS); in setPhoneWindow()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34261 field public static final android.view.ViewOutlineProvider BOUNDS;
/frameworks/base/non-updatable-api/
Dcurrent.txt52622 field public static final android.view.ViewOutlineProvider BOUNDS;
/frameworks/base/api/
Dcurrent.txt52766 field public static final android.view.ViewOutlineProvider BOUNDS;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt74222 Landroid/view/DisplayCutoutProto;->BOUNDS:J