Home
last modified time | relevance | path

Searched refs:lookupContext (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DActivityContext.java73 static ActivityContext lookupContext(Context context) { in lookupContext() method
77 return lookupContext(((ContextWrapper) context).getBaseContext()); in lookupContext()
DBaseDragLayer.java134 mActivity = (T) ActivityContext.lookupContext(context); in BaseDragLayer()
/packages/apps/Launcher3/src/com/android/launcher3/
DAbstractFloatingView.java176 ActivityContext.lookupContext(getContext()).getDragLayer() in announceAccessibilityChanges()
DShortcutAndWidgetContainer.java52 mActivity = ActivityContext.lookupContext(context); in ShortcutAndWidgetContainer()
DBubbleTextView.java153 mActivity = ActivityContext.lookupContext(context); in BubbleTextView()
DCellLayout.java207 mActivity = ActivityContext.lookupContext(context); in CellLayout()