Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java143 private int[] mTmpLoc1 = new int[2]; field in QSAnimator
326 getRelativePosition(mTmpLoc1, quickTileView, view); in updateAnimators()
328 int yOffset = mTmpLoc2[1] - mTmpLoc1[1]; in updateAnimators()
329 int xOffset = mTmpLoc2[0] - mTmpLoc1[0]; in updateAnimators()
354 mTmpLoc1, in updateAnimators() local
367 mTmpLoc1, in updateAnimators() local
380 mTmpLoc1, in updateAnimators() local
404 getRelativePosition(mTmpLoc1, qqsLayout, view); in updateAnimators()
405 mQQSTop = mTmpLoc1[1]; in updateAnimators()
583 getRelativePosition(mTmpLoc1, qsTileLayout, quickSettingsRootView); in animateBrightnessSlider()
[all …]