Home
last modified time | relevance | path

Searched refs:ActivityContextDelegate (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/recyclerview/
DAllAppsRecyclerViewPool.kt31 import com.android.launcher3.views.ActivityContext.ActivityContextDelegate in <lambda>()
61 ActivityContextDelegate( in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DActivityContext.java519 } else if (context instanceof ActivityContextDelegate acd) { in lookupContextNoThrow()
528 class ActivityContextDelegate extends ContextThemeWrapper { class
531 public ActivityContextDelegate(Context base, int themeResId, ActivityContext delegate) { in ActivityContextDelegate() method in ActivityContext.ActivityContextDelegate
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseActivity.java415 } else if (context instanceof ActivityContextDelegate) { in fromContext()
416 return (T) ((ActivityContextDelegate) context).mDelegate; in fromContext()