Home
last modified time | relevance | path

Searched defs:CELL_SIZE (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/picker/util/
DWidgetsTableUtilsTest.java67 private static final int CELL_SIZE = 50; field in WidgetsTableUtilsTest
/packages/apps/Launcher3/tools/
Dprint_db.py16 CELL_SIZE = 110 variable
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/
DLauncherAppWidgetProviderInfoTest.java51 private static final int CELL_SIZE = 50; field in LauncherAppWidgetProviderInfoTest
/packages/apps/Launcher3/src/com/android/launcher3/responsive/
DSizeSpec.kt127 const val CELL_SIZE = "cellSize" constant
/packages/modules/Virtualization/pvmfw/src/
Ddevice_assignment.rs441 const CELL_SIZE: usize = core::mem::size_of::<u32>(); in collect_phandle_references_from_overlayable_nodes() constant