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

  /frameworks/support/transition/src/android/support/transition/
ChangeBounds.java 162 private int[] mTempLocation = new int[2];
223 values.view.getLocationInWindow(mTempLocation);
224 values.values.put(PROPNAME_WINDOW_X, mTempLocation[0]);
225 values.values.put(PROPNAME_WINDOW_Y, mTempLocation[1]);
428 sceneRoot.getLocationInWindow(mTempLocation);
438 Path topLeftPath = getPathMotion().getPath(startX - mTempLocation[0],
439 startY - mTempLocation[1], endX - mTempLocation[0],
440 endY - mTempLocation[1]);
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 98 @Thunk final int[] mTempLocation = new int[2];
500 cellToPoint(bg.delegateCellX, bg.delegateCellY, mTempLocation);
502 canvas.translate(mTempLocation[0], mTempLocation[1]);
512 mFolderLeaveBehind.delegateCellY, mTempLocation);
514 canvas.translate(mTempLocation[0], mTempLocation[1]);
527 cellToPoint(bg.delegateCellX, bg.delegateCellY, mTempLocation);
529 canvas.translate(mTempLocation[0], mTempLocation[1])
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 85 int[] mTempLocation = new int[2];
500 cellToPoint(fra.mCellX, fra.mCellY, mTempLocation);
502 int centerX = mTempLocation[0] + mCellWidth / 2;
503 int centerY = mTempLocation[1] + previewOffset / 2;
515 cellToPoint(fra.mCellX, fra.mCellY, mTempLocation);
517 centerX = mTempLocation[0] + mCellWidth / 2;
518 centerY = mTempLocation[1] + previewOffset / 2;
531 cellToPoint(mFolderLeaveBehindCell[0], mFolderLeaveBehindCell[1], mTempLocation);
532 int centerX = mTempLocation[0] + mCellWidth / 2;
533 int centerY = mTempLocation[1] + previewOffset / 2
    [all...]
  /prebuilts/sdk/current/support/transition/libs/
android-support-transition.jar 

Completed in 211 milliseconds