Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DInputProxyHandlerFactory.java20 import com.android.quickstep.BaseContainerInterface;
34 private final BaseContainerInterface mContainerInterface;
38 public InputProxyHandlerFactory(BaseContainerInterface activityInterface, in InputProxyHandlerFactory()
DRecentsOrientedState.java53 import com.android.quickstep.BaseContainerInterface;
121 private final BaseContainerInterface mContainerInterface;
141 public RecentsOrientedState(Context context, BaseContainerInterface containerInterface, in RecentsOrientedState()
164 public BaseContainerInterface getContainerInterface() { in getContainerInterface()
DTaskViewSimulator.java54 import com.android.quickstep.BaseContainerInterface;
74 private final BaseContainerInterface mSizeStrategy;
126 public TaskViewSimulator(Context context, BaseContainerInterface sizeStrategy) { in TaskViewSimulator()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRemoteTargetGluer.java60 public RemoteTargetGluer(Context context, BaseContainerInterface sizingStrategy, in RemoteTargetGluer()
69 public RemoteTargetGluer(Context context, BaseContainerInterface sizingStrategy) { in RemoteTargetGluer()
87 private void init(Context context, BaseContainerInterface sizingStrategy, int numHandles, in init()
93 BaseContainerInterface sizingStrategy, int numHandles, boolean forDesktop) { in createHandles()
DTaskAnimationManager.java86 BaseContainerInterface containerInterface = mLastGestureState.getContainerInterface();
158 final BaseContainerInterface containerInterface = gestureState.getContainerInterface(); in startRecentsAnimation()
248 BaseContainerInterface containerInterface = in startRecentsAnimation()
422 BaseContainerInterface containerInterface = mLastGestureState.getContainerInterface(); in endLiveTile()
DGestureState.java155 private final BaseContainerInterface mContainerInterface;
274 BaseContainerInterface<S, T> getContainerInterface() { in getContainerInterface()
DRotationTouchHelper.java354 BaseContainerInterface containerInterface) { in onEndTargetCalculated()
DBaseActivityInterface.java63 BaseContainerInterface<STATE_TYPE, ACTIVITY_TYPE> {
DBaseContainerInterface.java57 public abstract class BaseContainerInterface<STATE_TYPE extends BaseState<STATE_TYPE>, class
DAbsSwipeUpHandler.java180 protected final BaseContainerInterface<S, T> mContainerInterface;
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DOverviewInputConsumer.java34 import com.android.quickstep.BaseContainerInterface;
48 private final BaseContainerInterface<?, T> mContainerInterface;
DAssistantInputConsumer.java47 import com.android.quickstep.BaseContainerInterface;
81 private BaseContainerInterface mContainerInterface;
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DDesktopTaskView.kt36 import com.android.quickstep.BaseContainerInterface in <lambda>()
105 BaseContainerInterface.getTaskDimension(mContext, container.deviceProfile, tempPointF) in <lambda>()
DRecentsView.java176 import com.android.quickstep.BaseContainerInterface;
469 protected final BaseContainerInterface<STATE_TYPE, CONTAINER_TYPE> mSizeStrategy;
799 BaseContainerInterface sizeStrategy) { in RecentsView()
6026 public BaseContainerInterface getSizeStrategy() {