Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DFloatingHeaderView.java422 public <T extends FloatingHeaderRow> T findFixedRowByType(Class<T> type) { in findFixedRowByType() method in FloatingHeaderView
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DQuickstepLauncher.java238 getAppsView().getFloatingHeaderView().findFixedRowByType(PredictionRowView.class) in bindExtraContainerItems()