Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DPredictionRowView.java51 public class PredictionRowView<T extends Context & ActivityContext> class
67 public PredictionRowView(@NonNull Context context) { in PredictionRowView() method in PredictionRowView
71 public PredictionRowView(@NonNull Context context, @Nullable AttributeSet attrs) { in PredictionRowView() method in PredictionRowView
244 public Class<PredictionRowView> getTypeClass() { in getTypeClass()
245 return PredictionRowView.class; in getTypeClass()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/
DTaskbarAllAppsController.java27 import com.android.launcher3.appprediction.PredictionRowView;
109 .findFixedRowByType(PredictionRowView.class) in setPredictedApps()
175 .findFixedRowByType(PredictionRowView.class) in show()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/secondarydisplay/
DSecondaryDisplayPredictionsImpl.java23 import com.android.launcher3.appprediction.PredictionRowView;
54 .findFixedRowByType(PredictionRowView.class) in setPredictedApps()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java107 import com.android.launcher3.appprediction.PredictionRowView;
447 PredictionRowView<?> predictionRowView = in bindExtraContainerItems()
449 PredictionRowView.class); in bindExtraContainerItems()