HomeSort by relevance Sort by last modified time
    Searched refs:translationCurrX (Results 1 - 3 of 3) sorted by null

  /packages/apps/Camera/src/com/android/camera/
MosaicFrameProcessor.java 199 float translationCurrX = frameData[X_COORD_INDEX];
204 mTranslationLastX = translationCurrX;
215 mDeltaX[idx] = Math.abs(translationCurrX - mTranslationLastX);
224 // (translationCurrX - mTranslationLastX), is divided by the
232 mTranslationLastX = translationCurrX;
  /packages/apps/Gallery2/src/com/android/camera/
MosaicFrameProcessor.java 200 float translationCurrX = frameData[X_COORD_INDEX];
205 mTranslationLastX = translationCurrX;
216 mDeltaX[idx] = Math.abs(translationCurrX - mTranslationLastX);
225 // (translationCurrX - mTranslationLastX), is divided by the
233 mTranslationLastX = translationCurrX;
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicFrameProcessor.java 197 float translationCurrX = frameData[X_COORD_INDEX];
202 mTranslationLastX = translationCurrX;
214 mDeltaX[idx] = Math.abs(translationCurrX - mTranslationLastX);
225 // (translationCurrX - mTranslationLastX), is divided by the
232 mTranslationLastX = translationCurrX;

Completed in 140 milliseconds