Home
last modified time | relevance | path

Searched refs:stateDepth (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
DDepthController.java136 stateDepth.setValue(toState.getDepth(mLauncher)); in setState()
151 animation.setFloat(stateDepth, MULTI_PROPERTY_VALUE, toDepth, in setStateWithAnimation()
171 ObjectAnimator mwAnimation = ObjectAnimator.ofFloat(stateDepth, MULTI_PROPERTY_VALUE, in onMultiWindowModeChanged()
189 writer.println(prefix + "\tmStateDepth=" + stateDepth.getValue()); in dump()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DBaseDepthController.java64 public final MultiProperty stateDepth; field in BaseDepthController
109 stateDepth = depthProperty.get(DEPTH_INDEX_STATE_TRANSITION); in BaseDepthController()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java1072 ObjectAnimator backgroundRadiusAnim = ObjectAnimator.ofFloat(depthController.stateDepth, in getBackgroundAnimator()
1102 depthController.stateDepth in getBackgroundAnimator()
1103 .setValue(mLauncher.getDepthController().stateDepth.getValue()); in getBackgroundAnimator()
1661 anim.play(ObjectAnimator.ofFloat(mLauncher.getDepthController().stateDepth, in createWallpaperOpenAnimations()
2202 stateDepth.setValue(launcher.getDepthController().stateDepth.getValue()); in LaunchDepthController()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherActivityInterface.java125 pa.addFloat(getDepthController().stateDepth, in prepareRecentsUI()
DTaskViewUtils.java424 out.setFloat(depthController.stateDepth, MULTI_PROPERTY_VALUE, in createRecentsWindowAnimator()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java5291 ObjectAnimator depthAnimator = ObjectAnimator.ofFloat(depthController.stateDepth,