Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DPredictionRow.java32 UiObject2 allAppsHeader) { in PredictionRow() argument
34 mAllAppsHeader = allAppsHeader; in PredictionRow()
DAllApps.java428 final UiObject2 allAppsHeader = getAllAppsHeader(allAppsContainer); in getPredictionRowView() local
429 return new PredictionRow(mLauncher, allAppsHeader); in getPredictionRowView()