Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DDebugDrawable.java89 mNotificationPanelViewController.getExpandedFraction()), in draw()
H A DNotificationPanelViewController.java632 if (getExpandedFraction() == 0.0f) {
1600 ? 1.0f : getExpandedFraction(); in updateClockAppearance()
2196 if (getExpandedFraction() > 0.5f) { in shouldExpandWhenNotFlinging()
2648 getExpandedFraction()); in updateKeyguardBottomAreaAlpha()
3968 float getExpandedFraction() { in getExpandedFraction() method