Home
last modified time | relevance | path

Searched refs:findFixedRowByType (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/secondarydisplay/
DSecondaryDisplayPredictionsImpl.java44 .findFixedRowByType(AppsDividerView.class) in updateAppDivider()
52 .findFixedRowByType(PredictionRowView.class) in setPredictedApps()
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/allapps/
DTaskbarAllAppsControllerTest.kt103 .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/taskbar/allapps/
DTaskbarAllAppsController.java110 .findFixedRowByType(PredictionRowView.class) in setPredictedApps()
189 .findFixedRowByType(PredictionRowView.class) in show()
DTaskbarAllAppsViewController.java87 .findFixedRowByType(AppsDividerView.class) in setUpAppDivider()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DQuickstepOnboardingPrefs.java148 .findFixedRowByType(AppsDividerView.class) in setup()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DFloatingHeaderView.java459 public <T extends FloatingHeaderRow> T findFixedRowByType(Class<T> type) { in findFixedRowByType() method in FloatingHeaderView
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java387 getAppsView().getFloatingHeaderView().findFixedRowByType(PredictionRowView.class); in startActivitySafely()
507 getAppsView().getFloatingHeaderView().findFixedRowByType( in bindExtraContainerItems()
1467 getAppsView().getFloatingHeaderView().findFixedRowByType( in dump()