/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsRecyclerView.java | 107 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()
|
D | WorkModeSwitch.java | 70 mActivityContext = ActivityContext.lookupContext(getContext()); in WorkModeSwitch() 94 DeviceProfile dp = ActivityContext.lookupContext(getContext()).getDeviceProfile(); in setInsets()
|
D | AllAppsPagedView.java | 50 ActivityContext.lookupContext(getContext()).getStatsLogManager().logger() in snapToPageWithVelocity()
|
D | FloatingMaskView.java | 44 mActivityContext = ActivityContext.lookupContext(context); in FloatingMaskView()
|
D | PrivateSpaceSettingsButton.java | 49 mActivityContext = ActivityContext.lookupContext(context); in PrivateSpaceSettingsButton()
|
D | WorkPausedCard.java | 50 mActivityContext = ActivityContext.lookupContext(getContext()); in WorkPausedCard()
|
D | WorkEduCard.java | 56 mActivityContext = ActivityContext.lookupContext(getContext()); in WorkEduCard()
|
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/ |
D | ShortcutDragPreviewProvider.java | 45 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/ |
D | DragPreviewProvider.java | 143 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/ |
D | SecondaryDisplayPredictionsImpl.java | 38 mActivityContext = ActivityContext.lookupContext(context); in SecondaryDisplayPredictionsImpl()
|
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/ |
D | AppSharing.java | 153 ActivityContext.lookupContext(view.getContext()) in onClick() 221 ActivityContext activityContext = ActivityContext.lookupContext(context); in showCannotShareToast()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/ |
D | AllAppsSearchUiDelegate.java | 39 mActivityContext = ActivityContext.lookupContext(mAppsView.getContext()); in AllAppsSearchUiDelegate()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarScrimView.java | 49 mRenderer = new TaskbarBackgroundRenderer(ActivityContext.lookupContext(context)); in TaskbarScrimView()
|
D | TaskbarPopupController.java | 145 BaseTaskbarContext context = ActivityContext.lookupContext(icon.getContext()); in showForIcon() 231 ((TaskbarDragController) ActivityContext.lookupContext( in onLongClick()
|
D | TaskbarEduTooltip.kt | 54 private val activityContext: ActivityContext = ActivityContext.lookupContext(context)
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | DatabaseWidgetPreviewLoader.java | 148 DeviceProfile dp = ActivityContext.lookupContext(mContext).getDeviceProfile(); in generateWidgetPreview() 257 int iconSize = ActivityContext.lookupContext(mContext).getDeviceProfile().allAppsIconSizePx;
|
D | NavigableAppWidgetHostView.java | 59 mActivity = ActivityContext.lookupContext(context); in NavigableAppWidgetHostView()
|
/packages/apps/Launcher3/src/com/android/launcher3/apppairs/ |
D | AppPairIconDrawingParams.kt | 69 val activity: ActivityContext = ActivityContext.lookupContext(context)
|
D | AppPairIconGraphic.kt | 100 return ActivityContext.lookupContext(context) in getActivityContext()
|
/packages/apps/Launcher3/src/com/android/launcher3/workprofile/ |
D | PersonalWorkSlidingTabStrip.java | 100 DeviceProfile grid = ActivityContext.lookupContext(context).getDeviceProfile(); in getTabWidth()
|
/packages/apps/Launcher3/src/com/android/launcher3/model/data/ |
D | AppPairInfo.kt | 74 (ActivityContext.lookupContext(context) as ActivityContext).getDeviceProfile().isTablet in <lambda>()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | ExtendedEditText.java | 114 ActivityContext.lookupContext(getContext()).hideKeyboard(); in hideKeyboard()
|
/packages/apps/Launcher3/src/com/android/launcher3/recyclerview/ |
D | AllAppsRecyclerViewPool.kt | 133 val grid = ActivityContext.lookupContext<T>(context).deviceProfile in <lambda>()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/ |
D | WidgetsListAdapter.java | 111 ActivityContext.lookupContext(context).getDeviceProfile(), in WidgetsListAdapter() 336 ActivityContext.lookupContext(mContext) in onHeaderClicked()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | IconView.java | 186 ActivityContext.lookupContext(getContext()).getDeviceProfile(); in setIconOrientation()
|