Searched refs:hShift (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
H A D | IconShape.java | 357 float hShift = (1 - progress) * startHShift + progress * endHShift; 361 outPath.rLineTo(-hShift, 0); 363 addLeftCurve(cx - hShift, cy - vShift, r, control, outPath); 366 addRightCurve(cx - hShift, cy + vShift, r, control, outPath); 367 outPath.rLineTo(hShift + hShift, 0); 369 addLeftCurve(cx + hShift, cy + vShift, -r, -control, outPath); 372 addRightCurve(cx + hShift, cy - vShift, -r, -control, outPath);
|
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | GenerateProposals.cpp | 986 float hShift = h * heightStride; in generateProposalsNhwcFloat32Compute() local 992 roiBase[1] = anchorsBase[1] + hShift; in generateProposalsNhwcFloat32Compute() 994 roiBase[3] = anchorsBase[3] + hShift; in generateProposalsNhwcFloat32Compute()
|