Home
last modified time | relevance | path

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

123

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsRecyclerView.java107 DeviceProfile grid = ActivityContext.lookupContext(getContext()).getDeviceProfile(); in updatePoolSize()
156 StatsLogManager mgr = ActivityContext.lookupContext(getContext()).getStatsLogManager(); in onScrollStateChanged()
163 ActivityContext.lookupContext(getContext()).hideKeyboard(); in onScrollStateChanged()
323 ActivityContext context = ActivityContext.lookupContext(getContext()); in logCumulativeVerticalScroll()
DWorkModeSwitch.java70 mActivityContext = ActivityContext.lookupContext(getContext()); in WorkModeSwitch()
94 DeviceProfile dp = ActivityContext.lookupContext(getContext()).getDeviceProfile(); in setInsets()
DAllAppsPagedView.java50 ActivityContext.lookupContext(getContext()).getStatsLogManager().logger() in snapToPageWithVelocity()
DFloatingMaskView.java44 mActivityContext = ActivityContext.lookupContext(context); in FloatingMaskView()
DPrivateSpaceSettingsButton.java49 mActivityContext = ActivityContext.lookupContext(context); in PrivateSpaceSettingsButton()
DWorkPausedCard.java50 mActivityContext = ActivityContext.lookupContext(getContext()); in WorkPausedCard()
DWorkEduCard.java56 mActivityContext = ActivityContext.lookupContext(getContext()); in WorkEduCard()
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DShortcutDragPreviewProvider.java45 int size = ActivityContext.lookupContext(mView.getContext()) in createDrawable()
66 ActivityContext context = ActivityContext.lookupContext(mView.getContext()); in getScaleAndPosition()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DDragPreviewProvider.java143 float scale = ActivityContext.lookupContext(mView.getContext()) in getScaleAndPosition()
160 float scale = ActivityContext.lookupContext(mView.getContext()) in getScaleAndPosition()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/secondarydisplay/
DSecondaryDisplayPredictionsImpl.java38 mActivityContext = ActivityContext.lookupContext(context); in SecondaryDisplayPredictionsImpl()
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/
DAppSharing.java153 ActivityContext.lookupContext(view.getContext()) in onClick()
221 ActivityContext activityContext = ActivityContext.lookupContext(context); in showCannotShareToast()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAllAppsSearchUiDelegate.java39 mActivityContext = ActivityContext.lookupContext(mAppsView.getContext()); in AllAppsSearchUiDelegate()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarScrimView.java49 mRenderer = new TaskbarBackgroundRenderer(ActivityContext.lookupContext(context)); in TaskbarScrimView()
DTaskbarPopupController.java145 BaseTaskbarContext context = ActivityContext.lookupContext(icon.getContext()); in showForIcon()
231 ((TaskbarDragController) ActivityContext.lookupContext( in onLongClick()
DTaskbarEduTooltip.kt54 private val activityContext: ActivityContext = ActivityContext.lookupContext(context)
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DDatabaseWidgetPreviewLoader.java148 DeviceProfile dp = ActivityContext.lookupContext(mContext).getDeviceProfile(); in generateWidgetPreview()
257 int iconSize = ActivityContext.lookupContext(mContext).getDeviceProfile().allAppsIconSizePx;
DNavigableAppWidgetHostView.java59 mActivity = ActivityContext.lookupContext(context); in NavigableAppWidgetHostView()
/packages/apps/Launcher3/src/com/android/launcher3/apppairs/
DAppPairIconDrawingParams.kt69 val activity: ActivityContext = ActivityContext.lookupContext(context)
DAppPairIconGraphic.kt100 return ActivityContext.lookupContext(context) in getActivityContext()
/packages/apps/Launcher3/src/com/android/launcher3/workprofile/
DPersonalWorkSlidingTabStrip.java100 DeviceProfile grid = ActivityContext.lookupContext(context).getDeviceProfile(); in getTabWidth()
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DAppPairInfo.kt74 (ActivityContext.lookupContext(context) as ActivityContext).getDeviceProfile().isTablet in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/
DExtendedEditText.java114 ActivityContext.lookupContext(getContext()).hideKeyboard(); in hideKeyboard()
/packages/apps/Launcher3/src/com/android/launcher3/recyclerview/
DAllAppsRecyclerViewPool.kt133 val grid = ActivityContext.lookupContext<T>(context).deviceProfile in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsListAdapter.java111 ActivityContext.lookupContext(context).getDeviceProfile(), in WidgetsListAdapter()
336 ActivityContext.lookupContext(mContext) in onHeaderClicked()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DIconView.java186 ActivityContext.lookupContext(getContext()).getDeviceProfile(); in setIconOrientation()

123