Home
last modified time | relevance | path

Searched refs:mTmpLoc1 (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSAnimator.java141 private int[] mTmpLoc1 = new int[2]; field in QSAnimator
324 getRelativePosition(mTmpLoc1, quickTileView, view); in updateAnimators()
326 int yOffset = mTmpLoc2[1] - mTmpLoc1[1]; in updateAnimators()
327 int xOffset = mTmpLoc2[0] - mTmpLoc1[0]; in updateAnimators()
352 mTmpLoc1, in updateAnimators() local
365 mTmpLoc1, in updateAnimators() local
378 mTmpLoc1, in updateAnimators() local
402 getRelativePosition(mTmpLoc1, qqsLayout, view); in updateAnimators()
403 mQQSTop = mTmpLoc1[1]; in updateAnimators()
405 int diff = mTmpLoc2[1] - (mTmpLoc1[1] + qqsLayout.getPhantomTopPosition(count)); in updateAnimators()
[all …]