Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSAnimator.java142 private int[] mTmpLoc2 = new int[2]; field in QSAnimator
325 getRelativePosition(mTmpLoc2, tileView, view); in updateAnimators()
326 int yOffset = mTmpLoc2[1] - mTmpLoc1[1]; in updateAnimators()
327 int xOffset = mTmpLoc2[0] - mTmpLoc1[0]; in updateAnimators()
404 getRelativePosition(mTmpLoc2, tileView, view); in updateAnimators()
405 int diff = mTmpLoc2[1] - (mTmpLoc1[1] + qqsLayout.getPhantomTopPosition(count)); in updateAnimators()
496 getRelativePosition(mTmpLoc2, tileView, view); in createSecondaryPageAnimators()
497 int diff = mTmpLoc2[1] - (mQQSTop + qqsLayout.getPhantomTopPosition(i)); in createSecondaryPageAnimators()
582 getRelativePosition(mTmpLoc2, qqsTileLayout, quickSettingsRootView); in animateBrightnessSlider()
583 int tileMovement = mTmpLoc2[1] - mTmpLoc1[1]; in animateBrightnessSlider()