Searched refs:hShift (Results  1 – 2 of 2) sorted by relevance
| /packages/apps/Launcher3/src/com/android/launcher3/graphics/ | 
| 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);
 
 | 
| /packages/modules/NeuralNetworks/common/cpu_operations/ | 
| D | GenerateProposals.cpp | 872         float hShift = h * heightStride;  in generateProposalsNhwcFloat32Compute()  local878                 roiBase[1] = anchorsBase[1] + hShift;  in generateProposalsNhwcFloat32Compute()
 880                 roiBase[3] = anchorsBase[3] + hShift;  in generateProposalsNhwcFloat32Compute()
 
 |