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

  /frameworks/base/core/java/android/transition/
Explode.java 46 private int[] mTempLoc = new int[2];
59 view.getLocationOnScreen(mTempLoc);
60 int left = mTempLoc[0];
61 int top = mTempLoc[1];
88 calculateOut(sceneRoot, bounds, mTempLoc);
89 float startX = endX + mTempLoc[0];
90 float startY = endY + mTempLoc[1];
117 calculateOut(sceneRoot, bounds, mTempLoc);
118 endX += mTempLoc[0];
119 endY += mTempLoc[1]
    [all...]
  /frameworks/support/transition/src/android/support/transition/
Explode.java 47 private int[] mTempLoc = new int[2];
60 view.getLocationOnScreen(mTempLoc);
61 int left = mTempLoc[0];
62 int top = mTempLoc[1];
89 calculateOut(sceneRoot, bounds, mTempLoc);
90 float startX = endX + mTempLoc[0];
91 float startY = endY + mTempLoc[1];
118 calculateOut(sceneRoot, bounds, mTempLoc);
119 endX += mTempLoc[0];
120 endY += mTempLoc[1]
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DragView.java 56 private final int[] mTempLoc = new int[2];
352 mTempLoc[0] = toTouchX - mRegistrationX;
353 mTempLoc[1] = toTouchY - mRegistrationY;
354 mDragLayer.animateViewIntoPosition(this, mTempLoc, 1f, mInitialScale, mInitialScale,
  /prebuilts/sdk/current/support/transition/libs/
android-support-transition.jar 

Completed in 1588 milliseconds