Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/allapps/
DTaskbarAllAppsControllerTest.kt25 import com.android.launcher3.appprediction.PredictionRowView
103 .findFixedRowByType(PredictionRowView::class.java) in testSetPredictedApps_beforeOpened_cachesInfo()
119 .findFixedRowByType(PredictionRowView::class.java) in testSetPredictedApps_afterOpened_cachesInfo()
164 .findFixedRowByType(PredictionRowView::class.java) in testUpdateNotificationDots_predictedApp_hasDot()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DPredictionRowView.java52 public class PredictionRowView<T extends Context & ActivityContext> class
75 public PredictionRowView(@NonNull Context context) { in PredictionRowView() method in PredictionRowView
79 public PredictionRowView(@NonNull Context context, @Nullable AttributeSet attrs) { in PredictionRowView() method in PredictionRowView
279 public Class<PredictionRowView> getTypeClass() { in getTypeClass()
280 return PredictionRowView.class; in getTypeClass()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/secondarydisplay/
DSecondaryDisplayPredictionsImpl.java23 import com.android.launcher3.appprediction.PredictionRowView;
52 .findFixedRowByType(PredictionRowView.class) in setPredictedApps()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/
DTaskbarAllAppsController.java27 import com.android.launcher3.appprediction.PredictionRowView;
110 .findFixedRowByType(PredictionRowView.class) in setPredictedApps()
189 .findFixedRowByType(PredictionRowView.class) in show()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java123 import com.android.launcher3.appprediction.PredictionRowView;
386 PredictionRowView<?> predictionRowView = in startActivitySafely()
387 getAppsView().getFloatingHeaderView().findFixedRowByType(PredictionRowView.class); in startActivitySafely()
506 PredictionRowView<?> predictionRowView = in bindExtraContainerItems()
508 PredictionRowView.class); in bindExtraContainerItems()
1466 PredictionRowView<?> predictionRowView = in dump()
1468 PredictionRowView.class); in dump()