Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSideLabelTileLayout.kt48 fun getPhantomTopPosition(index: Int): Int { regex
H A DQSAnimator.java407 int diff = mTmpLoc2[1] - (mTmpLoc1[1] + qqsLayout.getPhantomTopPosition(count)); in updateAnimators()
499 int diff = mTmpLoc2[1] - (mQQSTop + qqsLayout.getPhantomTopPosition(i)); in createSecondaryPageAnimators()