Home
last modified time | relevance | path

Searched refs:BOUNDS (Results 1 – 17 of 17) 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/core/java/android/view/
DViewOutlineProvider.java52 public static final ViewOutlineProvider BOUNDS = new ViewOutlineProvider() { field in ViewOutlineProvider
/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;
368 controller.shouldCancelWithDeferredScreenshot() ? 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()
DTaskRecord.java58 import static com.android.server.am.TaskRecordProto.BOUNDS;
2581 bounds.writeToProto(proto, BOUNDS); in writeToProto()
DActivityStack.java49 import static com.android.server.am.ActivityStackProto.BOUNDS;
5759 bounds.writeToProto(proto, BOUNDS); in writeToProto()
/frameworks/base/core/java/android/app/
DWindowConfiguration.java22 import static android.app.WindowConfigurationProto.BOUNDS;
590 mBounds.writeToProto(protoOutputStream, BOUNDS); in writeToProto()
613 case (int) BOUNDS: in readFromProto()
615 mBounds.readFromProto(proto, BOUNDS); in readFromProto()
/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/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...