OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/Camera2/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 3273 milliseconds