Home
last modified time | relevance | path

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

/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
DFoldingLayout.java86 private float mFoldDrawWidth = 0; field in FoldingLayout
355 mFoldDrawWidth = mFoldMaxWidth < translatedDistancePerFold ? in calculateMatrices()
364 (float)Math.sqrt((double)(mFoldDrawWidth * mFoldDrawWidth - in calculateMatrices()
378 scaledWidth = mFoldDrawWidth * cTranslationFactor; in calculateMatrices()
381 scaledWidth = mFoldDrawWidth * scaleFactor; in calculateMatrices()
388 leftScaledPoint = (mFoldDrawWidth - scaledWidth) / 2.0f; in calculateMatrices()
395 float midFold = mIsHorizontal ? (anchorPoint / mFoldDrawWidth) : anchorPoint / in calculateMatrices()
402 mSrc[4] = mFoldDrawWidth; in calculateMatrices()
404 mSrc[6] = mFoldDrawWidth; in calculateMatrices()
413 mDst[0] = (anchorPoint > x * mFoldDrawWidth) ? anchorPoint + (x - midFold) * in calculateMatrices()
[all …]