Home
last modified time | relevance | path

Searched refs:DEPTH (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
DDepthController.java54 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/
DTaskViewUtils.java36 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/
DQuickstepTransitionManager.java41 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/
DRecentsView.java45 import static com.android.launcher3.statehandlers.DepthController.DEPTH;
3299 ObjectAnimator depthAnimator = ObjectAnimator.ofFloat(depthController, DEPTH,