Searched refs:BaseContainerInterface (Results 1 – 14 of 14) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | InputProxyHandlerFactory.java | 20 import com.android.quickstep.BaseContainerInterface; 34 private final BaseContainerInterface mContainerInterface; 38 public InputProxyHandlerFactory(BaseContainerInterface activityInterface, in InputProxyHandlerFactory()
|
D | RecentsOrientedState.java | 53 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()
|
D | TaskViewSimulator.java | 54 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/ |
D | RemoteTargetGluer.java | 60 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()
|
D | TaskAnimationManager.java | 86 BaseContainerInterface containerInterface = mLastGestureState.getContainerInterface(); 158 final BaseContainerInterface containerInterface = gestureState.getContainerInterface(); in startRecentsAnimation() 248 BaseContainerInterface containerInterface = in startRecentsAnimation() 422 BaseContainerInterface containerInterface = mLastGestureState.getContainerInterface(); in endLiveTile()
|
D | GestureState.java | 155 private final BaseContainerInterface mContainerInterface; 274 BaseContainerInterface<S, T> getContainerInterface() { in getContainerInterface()
|
D | RotationTouchHelper.java | 354 BaseContainerInterface containerInterface) { in onEndTargetCalculated()
|
D | BaseActivityInterface.java | 63 BaseContainerInterface<STATE_TYPE, ACTIVITY_TYPE> {
|
D | BaseContainerInterface.java | 57 public abstract class BaseContainerInterface<STATE_TYPE extends BaseState<STATE_TYPE>, class
|
D | AbsSwipeUpHandler.java | 180 protected final BaseContainerInterface<S, T> mContainerInterface;
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/ |
D | OverviewInputConsumer.java | 34 import com.android.quickstep.BaseContainerInterface; 48 private final BaseContainerInterface<?, T> mContainerInterface;
|
D | AssistantInputConsumer.java | 47 import com.android.quickstep.BaseContainerInterface; 81 private BaseContainerInterface mContainerInterface;
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | DesktopTaskView.kt | 36 import com.android.quickstep.BaseContainerInterface in <lambda>() 105 BaseContainerInterface.getTaskDimension(mContext, container.deviceProfile, tempPointF) in <lambda>()
|
D | RecentsView.java | 176 import com.android.quickstep.BaseContainerInterface; 469 protected final BaseContainerInterface<STATE_TYPE, CONTAINER_TYPE> mSizeStrategy; 799 BaseContainerInterface sizeStrategy) { in RecentsView() 6026 public BaseContainerInterface getSizeStrategy() {
|