Home
last modified time | relevance | path

Searched refs:BuilderProxy (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DTransformParams.java61 private BuilderProxy mHomeBuilderProxy = BuilderProxy.ALWAYS_VISIBLE;
62 private BuilderProxy mBaseBuilderProxy = BuilderProxy.ALWAYS_VISIBLE;
122 public TransformParams setBaseBuilderProxy(BuilderProxy proxy) { in setBaseBuilderProxy()
131 public TransformParams setHomeBuilderProxy(BuilderProxy proxy) { in setHomeBuilderProxy()
137 public SurfaceTransaction createSurfaceParams(BuilderProxy proxy) { in createSurfaceParams()
196 public interface BuilderProxy { interface in TransformParams
198 BuilderProxy NO_OP = (builder, app, params) -> { };
199 BuilderProxy ALWAYS_VISIBLE = (builder, app, params) -> builder.setAlpha(1);
DTaskViewSimulator.java64 public class TaskViewSimulator implements TransformParams.BuilderProxy {
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DDeviceLockedInputConsumer.java59 import com.android.quickstep.util.TransformParams.BuilderProxy;
70 RecentsAnimationCallbacks.RecentsAnimationListener, BuilderProxy {
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DFallbackSwipeHandler.java70 import com.android.quickstep.util.TransformParams.BuilderProxy;
309 mHomeAlphaParams.createSurfaceParams(BuilderProxy.NO_OP)); in updateHomeAlpha()
DSwipeUpAnimationLogic.java52 import com.android.quickstep.util.TransformParams.BuilderProxy;
382 implements RectFSpringAnim.OnUpdateListener, BuilderProxy {
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DTaskViewSimulatorTest.java228 public SurfaceTransaction createSurfaceParams(BuilderProxy proxy) { in createSurfaceParams()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DSwipeUpGestureTutorialController.java467 public SurfaceTransaction createSurfaceParams(BuilderProxy proxy) { in createSurfaceParams()