Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRemoteTargetGluer.java60 public RemoteTargetGluer(Context context, BaseContainerInterface sizingStrategy, in RemoteTargetGluer() argument
62 init(context, sizingStrategy, targets.apps.length, forDesktop); in RemoteTargetGluer()
69 public RemoteTargetGluer(Context context, BaseContainerInterface sizingStrategy) { in RemoteTargetGluer() argument
77 init(context, sizingStrategy, numHandles, true /* forDesktop */); in RemoteTargetGluer()
84 init(context, sizingStrategy, DEFAULT_NUM_HANDLES, false /* forDesktop */); in RemoteTargetGluer()
87 private void init(Context context, BaseContainerInterface sizingStrategy, int numHandles, in init() argument
89 mRemoteTargetHandles = createHandles(context, sizingStrategy, numHandles, forDesktop); in init()
93 BaseContainerInterface sizingStrategy, int numHandles, boolean forDesktop) { in createHandles() argument
96 TaskViewSimulator tvs = new TaskViewSimulator(context, sizingStrategy); in createHandles()