Searched refs:poolId (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/icons/ |
D | LauncherIcons.java | 49 int poolId; in obtain() local 57 poolId = sPoolId; in obtain() 61 return new LauncherIcons(context, idp.fillResIconDpi, idp.iconBitmapSize, poolId, in obtain() 76 protected LauncherIcons(Context context, int fillResIconDpi, int iconBitmapSize, int poolId, in LauncherIcons() argument 79 mPoolId = poolId; in LauncherIcons()
|
/packages/modules/NeuralNetworks/common/ |
D | ExecutionBurstServer.cpp | 286 const int32_t poolId = data[index].poolIdentifier(); in deserialize() local 290 slots.push_back(poolId); in deserialize()
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | LauncherPreviewRenderer.java | 186 int poolId, boolean shapeDetection) { in LauncherIconsForPreview() argument 187 super(context, fillResIconDpi, iconBitmapSize, poolId, shapeDetection); in LauncherIconsForPreview()
|