Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DAppPredictionsUITests.java129 .findFixedRowByType(PredictionRowView.class).getVisibility() == View.GONE); in testPredictionsDisabled()
136 .findFixedRowByType(PredictionRowView.class); in getPredictedApp()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionUiStateManager.java182 mAppsView.getFloatingHeaderView().findFixedRowByType(PredictionRowView.class) in applyState()
290 findFixedRowByType(PredictionRowView.class); in canApplyPredictions()
DAllAppsTipView.java166 int top = floatingHeaderView.findFixedRowByType(PredictionRowView.class).getTop(); in showAllAppsTipIfNecessary()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DFloatingHeaderView.java402 public <T extends FloatingHeaderRow> T findFixedRowByType(Class<T> type) { in findFixedRowByType() method in FloatingHeaderView