Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java70 public class AllAppsContainerView extends BaseContainerView implements DragSource, class
91 public AllAppsContainerView(Context context) { in AllAppsContainerView() method in AllAppsContainerView
95 public AllAppsContainerView(Context context, AttributeSet attrs) { in AllAppsContainerView() method in AllAppsContainerView
99 public AllAppsContainerView(Context context, AttributeSet attrs, int defStyleAttr) { in AllAppsContainerView() method in AllAppsContainerView
DAllAppsTransitionController.java55 private AllAppsContainerView mAppsView;
485 public void setupViews(AllAppsContainerView appsView, Hotseat hotseat, Workspace workspace) { in setupViews()
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseContainerView.java33 import com.android.launcher3.allapps.AllAppsContainerView;
65 if (FeatureFlags.LAUNCHER3_ALL_APPS_PULL_UP && this instanceof AllAppsContainerView) { in BaseContainerView()
DLauncherStateTransitionAnimation.java31 import com.android.launcher3.allapps.AllAppsContainerView;
136 final AllAppsContainerView toView = mLauncher.getAppsView(); in startAnimationToAllApps()
397 final AllAppsContainerView appsView = mLauncher.getAppsView(); in startAnimationToWorkspaceFromAllApps()
DInsettableFrameLayout.java12 import com.android.launcher3.allapps.AllAppsContainerView;
DLauncher.java85 import com.android.launcher3.allapps.AllAppsContainerView;
238 @Thunk AllAppsContainerView mAppsView;
1335 mAppsView = (AllAppsContainerView) findViewById(R.id.apps_view); in setupViews()
1663 public AllAppsContainerView getAppsView() { in getAppsView()