Searched refs:getRelativePositionInt (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QSAnimator.java | 611 getRelativePositionInt(qsPosition, view1, commonView); in getRelativeTranslationY() 612 getRelativePositionInt(qqsPosition, view2, commonView); in getRelativeTranslationY() 627 getRelativePositionInt(loc1, view, parent); in getRelativePosition() 630 private void getRelativePositionInt(int[] loc1, View view, View parent) { in getRelativePositionInt() method in QSAnimator 643 getRelativePositionInt(loc1, (View) view.getParent(), parent); in getRelativePositionInt()
|