Searched refs:DEPTH (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/ |
D | DepthController.java | 54 public static final FloatProperty<DepthController> DEPTH = field in DepthController 224 animation.setFloat(this, DEPTH, toDepth, config.getInterpolator(ANIM_DEPTH, LINEAR)); in setStateWithAnimation() 285 ObjectAnimator mwAnimation = ObjectAnimator.ofFloat(this, DEPTH, in onMultiWindowModeChanged()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | TaskViewUtils.java | 36 import static com.android.launcher3.statehandlers.DepthController.DEPTH; 347 out.setFloat(depthController, DEPTH, BACKGROUND_APP.getDepth(context), in createRecentsWindowAnimator()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepTransitionManager.java | 41 import static com.android.launcher3.statehandlers.DepthController.DEPTH; 370 ObjectAnimator.ofFloat(mLauncher.getDepthController(), DEPTH, in composeIconLaunchAnimator() 394 ObjectAnimator.ofFloat(mLauncher.getDepthController(), DEPTH, in composeWidgetLaunchAnimator() 956 ObjectAnimator backgroundRadiusAnim = ObjectAnimator.ofFloat(depthController, DEPTH, in getBackgroundAnimator()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | RecentsView.java | 45 import static com.android.launcher3.statehandlers.DepthController.DEPTH; 3299 ObjectAnimator depthAnimator = ObjectAnimator.ofFloat(depthController, DEPTH,
|