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

  /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...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 81 int[] mTempLocation = new int[2];
463 cellToPoint(fra.mCellX, fra.mCellY, mTempLocation);
467 int centerX = mTempLocation[0] + mCellWidth / 2;
468 int centerY = mTempLocation[1] + previewOffset / 2 +
500 cellToPoint(mFolderLeaveBehindCell[0], mFolderLeaveBehindCell[1], mTempLocation);
503 int centerX = mTempLocation[0] + mCellWidth / 2;
504 int centerY = mTempLocation[1] + previewOffset / 2 +
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
BrowserAccessibilityManager.java 52 private final int[] mTempLocation = new int[2];

Completed in 458 milliseconds