Home
last modified time | relevance | path

Searched defs:grid (Results 1 – 25 of 33) sorted by relevance

12

/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DGridOccupancyTest.java22 GridOccupancy grid = initGrid(4, in testFindVacantCell() local
43 GridOccupancy grid = initGrid(4, in testIsRegionVacant() local
61 GridOccupancy grid = new GridOccupancy(cols, rows); in initGrid() local
/packages/apps/ThemePicker/tests/common/src/com/android/customization/testing/
DTestThemesUserEventLogger.java45 public void logGridSelected(GridOption grid) { in logGridSelected()
50 public void logGridApplied(GridOption grid) { in logGridApplied()
/packages/apps/ThemePicker/src/com/android/customization/module/
DThemesUserEventLogger.java40 void logGridSelected(GridOption grid); in logGridSelected()
42 void logGridApplied(GridOption grid); in logGridApplied()
DStatsLogUserEventLogger.java213 public void logGridSelected(GridOption grid) { in logGridSelected()
220 public void logGridApplied(GridOption grid) { in logGridApplied()
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDragLayer.java117 DeviceProfile grid = mActivity.getDeviceProfile(); in onMeasure() local
227 DeviceProfile grid = mActivity.getDeviceProfile(); in onIconLongClicked() local
/packages/apps/Launcher3/src/com/android/launcher3/recyclerview/
DAllAppsRecyclerViewPool.kt95 val grid = ActivityContext.lookupContext<T>(context).deviceProfile in getPreinflateCount() constant
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/grid/
DGridOptionsManagerTest.java53 GridOption grid = new GridOption("testTitle", gridName, false, 2, 2, null, 1, ""); in testApply() local
/packages/apps/Launcher3/src/com/android/launcher3/states/
DSpringLoadedState.java47 DeviceProfile grid = launcher.getDeviceProfile(); in getWorkspaceScaleAndTranslation() local
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DMenuManager.java95 protected void updateModePicker(MenuItem grid, MenuItem list) { in updateModePicker()
/packages/apps/Launcher3/src/com/android/launcher3/workprofile/
DPersonalWorkSlidingTabStrip.java100 DeviceProfile grid = ActivityContext.lookupContext(context).getDeviceProfile(); in getTabWidth() local
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsListHeader.java77 DeviceProfile grid = activity.getDeviceProfile(); in WidgetsListHeader() local
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DMulticellReorderAlgorithm.java118 GridOccupancy grid = new GridOccupancy(mCellLayout.getCountX(), mCellLayout.getCountY()); in createGridOccupancyWithSeam() local
/packages/apps/Launcher3/src/com/android/launcher3/
DHotseat.java89 DeviceProfile grid = mActivity.getDeviceProfile(); in setInsets() local
DInvariantDeviceProfile.java956 public final GridOption grid; field in InvariantDeviceProfile.DisplayOption
981 DisplayOption(GridOption grid, Context context, AttributeSet attrs) { in DisplayOption()
1232 DisplayOption(GridOption grid) { in DisplayOption()
DDropTargetBar.java88 DeviceProfile grid = mLauncher.getDeviceProfile(); in setInsets() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatEduDialog.java92 DeviceProfile grid = mActivityContext.getDeviceProfile(); in onFinishInflate() local
/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/
DCellLayoutTestCaseReader.java123 Point grid = parseGridSize(line); in parseNextLine() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DAllAppsEduView.java262 DeviceProfile grid = launcher.getDeviceProfile(); in init() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DStaggeredWorkspaceAnim.java96 DeviceProfile grid = launcher.getDeviceProfile(); in StaggeredWorkspaceAnim() local
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingAppWidgetHostView.java230 DeviceProfile grid = mLauncher.getDeviceProfile(); in updateDrawableBounds() local
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsRecyclerView.java97 DeviceProfile grid = ActivityContext.lookupContext(getContext()).getDeviceProfile(); in updatePoolSize() local
DActivityAllAppsContainerView.java1087 DeviceProfile grid = mActivityContext.getDeviceProfile(); in setInsets() local
1156 private void applyAdapterSideAndBottomPaddings(DeviceProfile grid) { in applyAdapterSideAndBottomPaddings()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DArrowTipView.java216 DeviceProfile grid = mActivityContext.getDeviceProfile(); in show() local
/packages/apps/Launcher3/src/com/android/launcher3/model/
DModelDbController.java470 InvariantDeviceProfile grid = LauncherAppState.getIDP(ctx); in getLayoutUri() local
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java171 DeviceProfile grid = activity.getDeviceProfile(); in setup() local

12