Searched refs:horizontalSlack (Results 1 – 1 of 1) sorted by relevance
1321 private void calculateStableBound(float scale, int horizontalSlack) { in calculateStableBound() argument1329 mBoundLeft = (mViewW + 1) / 2 - (w + 1) / 2 - horizontalSlack; in calculateStableBound()1330 mBoundRight = w / 2 - mViewW / 2 + horizontalSlack; in calculateStableBound()