Home
last modified time | relevance | path

Searched refs:translation (Results 1 – 25 of 55) sorted by relevance

123

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageShow.java649 Point translation = MasterImage.getImage().getTranslation(); in onTouchEvent() local
650 translation.x = (int) (originalTranslation.x + translateX); in onTouchEvent()
651 translation.y = (int) (originalTranslation.y + translateY); in onTouchEvent()
652 MasterImage.getImage().setTranslation(translation); in onTouchEvent()
678 Point translation = MasterImage.getImage().getTranslation(); in onTouchEvent() local
679 constrainTranslation(translation, scaleFactor); in onTouchEvent()
680 MasterImage.getImage().setTranslation(translation); in onTouchEvent()
704 Point translation = MasterImage.getImage().getTranslation(); in startAnimTranslation()
705 translation.x = (Integer) animation.getAnimatedValue(); in startAnimTranslation()
706 MasterImage.getImage().setTranslation(translation); in startAnimTranslation()
[all …]
DMasterImage.java606 Point translation = getTranslation(); in computeImageToScreen() local
614 m.postTranslate(translation.x * getScaleFactor(), in computeImageToScreen()
615 translation.y * getScaleFactor()); in computeImageToScreen()
746 public void setTranslation(Point translation) { in setTranslation() argument
752 mTranslation.x = translation.x; in setTranslation()
753 mTranslation.y = translation.y; in setTranslation()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DDragListener.java35 float translation = event.getY() - mStatePanelTrack.getTouchPoint().y; in setState() local
36 float alpha = 1.0f - (Math.abs(translation) in setState()
39 translation = event.getX() - mStatePanelTrack.getTouchPoint().x; in setState()
40 alpha = 1.0f - (Math.abs(translation) in setState()
42 mStatePanelTrack.getCurrentView().setTranslationX(translation); in setState()
44 mStatePanelTrack.getCurrentView().setTranslationY(translation); in setState()
DStatePanelTrack.java239 float translation = event.getY() - mTouchPoint.y; in onTouchEvent() local
240 float alpha = 1.0f - (Math.abs(translation) / mCurrentView.getHeight()); in onTouchEvent()
242 translation = event.getX() - mTouchPoint.x; in onTouchEvent()
243 alpha = 1.0f - (Math.abs(translation) / mCurrentView.getWidth()); in onTouchEvent()
244 mCurrentView.setTranslationX(translation); in onTouchEvent()
246 mCurrentView.setTranslationY(translation); in onTouchEvent()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DSwipeHelper.java412 float translation = Math.abs(mCurrAnimView.getTranslationX()); in onTouchEvent() local
416 && translation > 0.4 * currAnimViewSize; in onTouchEvent()
422 && translation > 0.05 * currAnimViewSize; in onTouchEvent()
425 + perpendicularVelocity + ", x: " + translation + "/" in onTouchEvent()
/packages/apps/ExactCalculator/src/com/android/calculator2/
DKeyMaps.java510 String translation = sOutputForResultChar.get(c); in translateResult() local
511 if (translation == null) { in translateResult()
516 result.append(translation); in translateResult()
/packages/apps/Camera2/src/com/android/camera/widget/
DFilmstripLayout.java526 float translation = mFilmstripContentLayout.getTranslationX() - mOffset; in draw() local
527 if (translation == width) { in draw()
/packages/apps/Launcher3/src/com/android/launcher3/
DFolder.java558 float translation = (footerWidth - textWidth) / 2; in animateOpen() local
559 mFolderName.setTranslationX(mContent.mIsRtl ? -translation : translation); in animateOpen()
/packages/providers/TelephonyProvider/
DNOTICE44 transformation or translation of a Source form, including but
/packages/apps/Camera2/jni/
DNOTICE44 transformation or translation of a Source form, including but
/packages/wallpapers/LivePicker/
DNOTICE44 transformation or translation of a Source form, including but
/packages/services/Telephony/
DNOTICE44 transformation or translation of a Source form, including but
/packages/apps/SpareParts/
DNOTICE44 transformation or translation of a Source form, including but
/packages/apps/HTMLViewer/
DNOTICE44 transformation or translation of a Source form, including but
/packages/providers/MediaProvider/
DNOTICE44 transformation or translation of a Source form, including but
/packages/apps/Camera/jni/
DNOTICE44 transformation or translation of a Source form, including but
/packages/providers/UserDictionaryProvider/
DNOTICE44 transformation or translation of a Source form, including but
/packages/apps/Launcher2/
DNOTICE44 transformation or translation of a Source form, including but
/packages/apps/LegacyCamera/jni/
DNOTICE44 transformation or translation of a Source form, including but
/packages/apps/TvSettings/Settings/
DNOTICE44 transformation or translation of a Source form, including but
/packages/apps/Calendar/
DNOTICE44 transformation or translation of a Source form, including but
/packages/apps/LegacyCamera/
DNOTICE44 transformation or translation of a Source form, including but
/packages/apps/Launcher3/
DNOTICE44 transformation or translation of a Source form, including but
/packages/apps/QuickSearchBox/
DNOTICE44 transformation or translation of a Source form, including but
/packages/apps/PackageInstaller/
DNOTICE44 transformation or translation of a Source form, including but

123