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.java128 .findFixedRowByType(PredictionRowView.class).getVisibility() == View.GONE); in testPredictionsDisabled()
135 .findFixedRowByType(PredictionRowView.class); in getPredictedApp()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionUiStateManager.java192 mAppsView.getFloatingHeaderView().findFixedRowByType(PredictionRowView.class) in applyState()
278 findFixedRowByType(PredictionRowView.class); in canApplyPredictions()
DAllAppsTipView.java57 floatingHeaderView.findFixedRowByType(PredictionRowView.class).getLocationOnScreen(coords); in showAllAppsTipIfNecessary()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DFloatingHeaderView.java404 public <T extends FloatingHeaderRow> T findFixedRowByType(Class<T> type) { in findFixedRowByType() method in FloatingHeaderView