Home
last modified time | relevance | path

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

/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
DFoldingLayout.java87 private float mFoldDrawHeight = 0; field in FoldingLayout
357 mFoldDrawHeight = mFoldMaxHeight < translatedDistancePerFold ? in calculateMatrices()
366 (float)Math.sqrt((double)(mFoldDrawHeight * mFoldDrawHeight - in calculateMatrices()
379 scaledHeight = mFoldDrawHeight * scaleFactor; in calculateMatrices()
382 scaledHeight = mFoldDrawHeight * cTranslationFactor; in calculateMatrices()
385 topScaledPoint = (mFoldDrawHeight - scaledHeight) / 2.0f; in calculateMatrices()
396 mFoldDrawHeight; in calculateMatrices()
401 mSrc[3] = mFoldDrawHeight; in calculateMatrices()
405 mSrc[7] = mFoldDrawHeight; in calculateMatrices()
417 mDst[3] = isEven ? mFoldDrawHeight: bottomScaledPoint; in calculateMatrices()
[all …]