Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java144 private int[] mTmpLoc2 = new int[2]; field in QSAnimator
327 getRelativePosition(mTmpLoc2, tileView, view); in updateAnimators()
328 int yOffset = mTmpLoc2[1] - mTmpLoc1[1]; in updateAnimators()
329 int xOffset = mTmpLoc2[0] - mTmpLoc1[0]; in updateAnimators()
406 getRelativePosition(mTmpLoc2, tileView, view); in updateAnimators()
407 int diff = mTmpLoc2[1] - (mTmpLoc1[1] + qqsLayout.getPhantomTopPosition(count)); in updateAnimators()
498 getRelativePosition(mTmpLoc2, tileView, view); in createSecondaryPageAnimators()
499 int diff = mTmpLoc2[1] - (mQQSTop + qqsLayout.getPhantomTopPosition(i)); in createSecondaryPageAnimators()
584 getRelativePosition(mTmpLoc2, qqsTileLayout, quickSettingsRootView); in animateBrightnessSlider()
585 int tileMovement = mTmpLoc2[1] - mTmpLoc1[1]; in animateBrightnessSlider()