Home
last modified time | relevance | path

Searched refs:containerFromContext (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsViewContainer.java44 static <T extends RecentsViewContainer> T containerFromContext(Context context) { in containerFromContext() method
48 return containerFromContext(((ContextWrapper) context).getBaseContext()); in containerFromContext()
DTaskMenuView.java89 mContainer = RecentsViewContainer.containerFromContext(context); in TaskMenuView()
165 RecentsViewContainer container = RecentsViewContainer.containerFromContext(
DSplitInstructionsView.java101 mContainer = RecentsViewContainer.containerFromContext(context); in SplitInstructionsView()
DClearAllButton.java94 mContainer = RecentsViewContainer.containerFromContext(context); in ClearAllButton()
DFloatingAppPairBackground.kt73 container = RecentsViewContainer.containerFromContext(context)
DTaskMenuViewWithArrow.kt48 RecentsViewContainer.containerFromContext(taskContainer.taskView.context) in <lambda>()
DDigitalWellBeingToast.java285 RecentsViewContainer.containerFromContext(view.getContext()); in openAppUsageSettings()
DFloatingTaskView.java111 mContainer = RecentsViewContainer.containerFromContext(context); in FloatingTaskView()
DTaskThumbnailViewDeprecated.java181 mContainer = RecentsViewContainer.containerFromContext(context); in TaskThumbnailViewDeprecated()
DTaskView.kt179 RecentsViewContainer.containerFromContext(context) in <lambda>()
DRecentsView.java803 mContainer = RecentsViewContainer.containerFromContext(context); in RecentsView()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/task/thumbnail/
DTaskThumbnailView.kt51 RecentsViewContainer.containerFromContext<RecentsViewContainer>(context) in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskOverlayFactory.java65 RecentsViewContainer.containerFromContext(taskView.getContext()); in getEnabledShortcuts()