Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DMosaicFrameProcessor.java39 private float mTranslationLastX; field in MosaicFrameProcessor
122 mTranslationLastX = 0; in reset()
180 mTranslationLastX * HR_TO_LR_DOWNSAMPLE_FACTOR / mPreviewWidth, in processFrame()
186 mTranslationLastX * HR_TO_LR_DOWNSAMPLE_FACTOR / mPreviewWidth, in processFrame()
202 mTranslationLastX = translationCurrX; in calculateTranslationRate()
214 mDeltaX[idx] = Math.abs(translationCurrX - mTranslationLastX); in calculateTranslationRate()
232 mTranslationLastX = translationCurrX; in calculateTranslationRate()