Home
last modified time | relevance | path

Searched refs:ClampedDepthProperty (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
DDepthController.java68 public static class ClampedDepthProperty extends FloatProperty<DepthController> { class in DepthController
72 public ClampedDepthProperty(float minValue, float maxValue) { in ClampedDepthProperty() method in DepthController.ClampedDepthProperty
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DLauncherActivityInterface.java46 import com.android.launcher3.statehandlers.DepthController.ClampedDepthProperty;
150 new ClampedDepthProperty(fromDepthRatio, toDepthRatio), in prepareRecentsUI()