Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelBar.java173 final float thisFrac = pv.getExpandedFraction(); in panelExpansionChanged()
DPanelView.java683 return getExpandedFraction() > 0.5f; in flingExpands()
921 public float getExpandedFraction() { in getExpandedFraction() method in PanelView
DNotificationPanelView.java684 getExpandedFraction(), in positionClockAndNotifications()
1101 if (action == MotionEvent.ACTION_DOWN && getExpandedFraction() == 1f in handleQsTouch()
1636 getExpandedFraction()); in calculateQsTopPadding()
2003 0f, 1f, getExpandedFraction()); in updateKeyguardBottomAreaAlpha()
2024 ? 0 : KeyguardBouncer.ALPHA_EXPANSION_THRESHOLD, 1f, 0f, 1f, getExpandedFraction()); in updateBigClockAlpha()