Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/displayarea/
H A DCarLauncherDisplayAreaTransactionHelper.java34 public class CarLauncherDisplayAreaTransactionHelper { class
41 public CarLauncherDisplayAreaTransactionHelper(Context context) { in CarLauncherDisplayAreaTransactionHelper() method in CarLauncherDisplayAreaTransactionHelper
57 CarLauncherDisplayAreaTransactionHelper translate( in translate()
70 CarLauncherDisplayAreaTransactionHelper crop( in crop()
83 CarLauncherDisplayAreaTransactionHelper round( in round()
H A DCarLauncherDisplayAreaAnimationController.java46 private final CarLauncherDisplayAreaTransactionHelper mSurfaceTransactionHelper;
55 mSurfaceTransactionHelper = new CarLauncherDisplayAreaTransactionHelper(context); in CarLauncherDisplayAreaAnimationController()
120 private CarLauncherDisplayAreaTransactionHelper mSurfaceTransactionHelper;
121 private final CarLauncherDisplayAreaTransactionHelper.SurfaceControlTransactionFactory
189 CarLauncherDisplayAreaTransactionHelper getSurfaceTransactionHelper() { in getSurfaceTransactionHelper()
193 void setSurfaceTransactionHelper(CarLauncherDisplayAreaTransactionHelper helper) { in setSurfaceTransactionHelper()