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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 118 private float getTranslation(View v) {
163 float pos = getTranslation(view);
271 mInitialTouchPos = getPos(ev) - getTranslation(mCurrAnimView);
316 || (velocity == 0 && getTranslation(animView) < 0)
318 || (velocity == 0 && getTranslation(animView) == 0 && mSwipeDirection == Y)) {
328 (int) (Math.abs(newPos - getTranslation(animView)) * 1000f / Math
445 Math.abs(getTranslation(mCurrAnimView)) > 0.4 * getSize(mCurrAnimView);
448 (velocity > 0) == (getTranslation(mCurrAnimView) > 0);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
SwipeHelper.java 115 private float getTranslation(View v) {
156 float pos = getTranslation(view);
204 mInitialTouchPos = pos - getTranslation(mCurrView);
225 || (velocity == 0 && getTranslation(view) < 0)
227 || (velocity == 0 && getTranslation(view) == 0 && mSwipeDirection == Y)) {
235 (int) (Math.abs(newPos - getTranslation(view)) *
358 float translation = getTranslation(mCurrView);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java 606 Point translation = getTranslation();
630 Point translate = getTranslation();
742 public Point getTranslation() {

Completed in 1466 milliseconds