Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DAppsDividerView.java45 public class AppsDividerView extends View implements FloatingHeaderRow { class
71 public AppsDividerView(Context context) { in AppsDividerView() method in AppsDividerView
75 public AppsDividerView(Context context, AttributeSet attrs) { in AppsDividerView() method in AppsDividerView
79 public AppsDividerView(Context context, AttributeSet attrs, int defStyleAttr) { in AppsDividerView() method in AppsDividerView
249 public Class<AppsDividerView> getTypeClass() { in getTypeClass()
250 return AppsDividerView.class; in getTypeClass()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/secondarydisplay/
DSecondaryDisplayPredictionsImpl.java22 import com.android.launcher3.appprediction.AppsDividerView;
44 .findFixedRowByType(AppsDividerView.class) in updateAppDivider()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/
DTaskbarAllAppsViewController.java27 import com.android.launcher3.appprediction.AppsDividerView;
87 .findFixedRowByType(AppsDividerView.class) in setUpAppDivider()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DQuickstepOnboardingPrefs.java35 import com.android.launcher3.appprediction.AppsDividerView;
148 .findFixedRowByType(AppsDividerView.class) in setup()