Searched refs:maxTx (Results 1 – 1 of 1) sorted by relevance
1432 float maxTx; local1435 maxTx = Math.max(0, getWidth()/2);1438 maxTx = Math.max(0, (getWidth() - scaleWidth) * xPaddingRatio);1441 maxTx = Math.max(0, getWidth());1445 vTranslate.x = Math.min(vTranslate.x, maxTx);