Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/
DTaskbarAllAppsContainerView.java29 public class TaskbarAllAppsContainerView extends class
34 public TaskbarAllAppsContainerView(Context context, AttributeSet attrs) { in TaskbarAllAppsContainerView() method in TaskbarAllAppsContainerView
38 public TaskbarAllAppsContainerView(Context context, AttributeSet attrs, int defStyleAttr) { in TaskbarAllAppsContainerView() method in TaskbarAllAppsContainerView
DTaskbarAllAppsController.java54 private @Nullable TaskbarAllAppsContainerView mAppsView;
214 public TaskbarAllAppsContainerView getAppsView() { in getAppsView()
DTaskbarAllAppsSlideInView.java56 private TaskbarAllAppsContainerView mAppsView;
158 TaskbarAllAppsContainerView getAppsView() { in getAppsView()
DTaskbarAllAppsViewController.java46 private final TaskbarAllAppsContainerView mAppsView;
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/overlay/
DTaskbarOverlayContext.java32 import com.android.launcher3.taskbar.allapps.TaskbarAllAppsContainerView;
120 public TaskbarAllAppsContainerView getAppsView() { in getAppsView()