Home
last modified time | relevance | path

Searched refs:hShift (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DIconShape.java413 float hShift = (1 - progress) * startHShift + progress * endHShift;
417 outPath.rLineTo(-hShift, 0);
419 addLeftCurve(cx - hShift, cy - vShift, r, control, outPath);
422 addRightCurve(cx - hShift, cy + vShift, r, control, outPath);
423 outPath.rLineTo(hShift + hShift, 0);
425 addLeftCurve(cx + hShift, cy + vShift, -r, -control, outPath);
428 addRightCurve(cx + hShift, cy - vShift, -r, -control, outPath);
/packages/modules/NeuralNetworks/common/cpu_operations/
DGenerateProposals.cpp873 float hShift = h * heightStride; in generateProposalsNhwcFloat32Compute() local
879 roiBase[1] = anchorsBase[1] + hShift; in generateProposalsNhwcFloat32Compute()
881 roiBase[3] = anchorsBase[3] + hShift; in generateProposalsNhwcFloat32Compute()